More magic-number removal.
This commit is contained in:
parent
b5260417dd
commit
d96d5db51f
2 changed files with 6 additions and 6 deletions
|
@ -3363,8 +3363,8 @@ objects: !!omap
|
|||
locations: LOC_NOWHERE
|
||||
immovable: true
|
||||
descriptions:
|
||||
- '' # something in it
|
||||
- 'There is a small urn-shaped cavity in the rock.'
|
||||
- [CAVITY_FULL, ''] # something in it
|
||||
- [CAVITY_EMPTY, 'There is a small urn-shaped cavity in the rock.']
|
||||
- BLOOD:
|
||||
words: ['blood']
|
||||
inventory: '*blood'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue