Grammar fix.
This commit is contained in:
parent
e1d9c97118
commit
e31e69b172
33 changed files with 133 additions and 128 deletions
|
@ -1231,9 +1231,8 @@ static int wave(token_t verb, token_t obj)
|
|||
CAGE_FLY :
|
||||
FREE_FLY);
|
||||
|
||||
/* FIXME: Arithemetic on property values */
|
||||
game.prop[FISSURE] = 1 - game.prop[FISSURE];
|
||||
pspeak(FISSURE, look, 2 - game.prop[FISSURE], true);
|
||||
state_change(FISSURE,
|
||||
game.prop[FISSURE] == BRIDGED ? UNBRIDGED : BRIDGED);
|
||||
return GO_CLEAROBJ;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue