Do not compare state to magic numbers

This commit is contained in:
NHOrus 2017-07-01 18:12:25 +03:00
parent b8d86b840d
commit ab79fc7814
3 changed files with 18 additions and 16 deletions

View file

@ -3724,9 +3724,9 @@ objects: !!omap
immovable: true
treasure: true
descriptions:
- 'There is a golden chain lying in a heap on the floor!'
- 'The bear is locked to the wall with a golden chain!'
- 'There is a golden chain locked to the wall!'
- [CHAIN_HEAP, 'There is a golden chain lying in a heap on the floor!']
- [CHAINING_BEAR, 'The bear is locked to the wall with a golden chain!']
- [CHAIN_FIXED, 'There is a golden chain locked to the wall!']
- RUBY:
words: ['ruby']
inventory: 'Giant ruby'