Grammar fix.

This commit is contained in:
Eric S. Raymond 2017-07-04 09:03:42 -04:00
parent e1d9c97118
commit e31e69b172
33 changed files with 133 additions and 128 deletions

View file

@ -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;
}
}