diff options
Diffstat (limited to 'games/hack/def.objclass.h')
-rw-r--r-- | games/hack/def.objclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/def.objclass.h b/games/hack/def.objclass.h index 15f7f98d975..3a8d99c44db 100644 --- a/games/hack/def.objclass.h +++ b/games/hack/def.objclass.h @@ -58,6 +58,6 @@ extern struct objclass objects[]; * hack.mkobj.c: char mkobjstr[] = "))[[!!!!????%%%%/=**"; * hack.apply.c: otmp = getobj("0#%", "put in"); * hack.eat.c: otmp = getobj("%", "eat"); - * hack.invent.c: if(index("!%?[)=*(0/\"", sym)){ + * hack.invent.c: if(index("!%?[)=*(0/\"", sym)){ * hack.invent.c: || index("%?!*",otmp->olet))){ */ |