Magic number elimination, repair some careless replace damage.

This commit is contained in:
Eric S. Raymond 2017-06-19 08:37:19 -04:00
parent df86aa283b
commit 98b02eeeb1
3 changed files with 5 additions and 5 deletions

View file

@ -578,7 +578,7 @@ static int find(token_t verb, token_t obj)
obj == LIQLOC(game.loc) ||
(obj == DWARF && ATDWRF(game.loc) > 0))
spk = YOU_HAVEIT;
if (game.closed)spk = NEEDED_NEreplace;
if (game.closed)spk = NEEDED_NEARBY;
if (TOTING(obj))spk = ALREADY_CARRYING;
RSPEAK(spk);
return GO_CLEAROBJ;