Switch fully over to YAML generation of condition bits. COND is gone.
This commit is contained in:
parent
537c4511e2
commit
7f7f49b739
6 changed files with 27 additions and 20 deletions
|
@ -552,7 +552,7 @@ int fill(token_t verb, token_t obj)
|
|||
if (LIQUID() != 0)
|
||||
spk = BOTTLE_FULL;
|
||||
if (spk == BOTTLED_WATER) {
|
||||
game.prop[BOTTLE] = MOD(COND[game.loc], 4) / 2 * 2;
|
||||
game.prop[BOTTLE] = MOD(conditions[game.loc], 4) / 2 * 2;
|
||||
k = LIQUID();
|
||||
if (TOTING(BOTTLE))
|
||||
game.place[k] = CARRIED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue