Skip to content

Commit

Permalink
Fix #206: "human or elf" description for @
Browse files Browse the repository at this point in the history
  • Loading branch information
entrez committed Jan 2, 2024
1 parent 97270b3 commit 4312f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/defsym.h
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
/* apelike creature includes owlbear, monkey */
MONSYM(51, 'Y', YETI, S_YETI, "apelike creature")
MONSYM(52, 'Z', ZOMBIE, S_ZOMBIE, "zombie")
MONSYM(53, '@', HUMAN, S_HUMAN, "human or elf")
MONSYM(53, '@', HUMAN, S_HUMAN, "human")
/* space symbol*/
MONSYM(54, '\'', GOLEM, S_GOLEM, "golem")
MONSYM(55, '&', DEMON, S_DEMON, "major demon")
Expand Down

0 comments on commit 4312f48

Please sign in to comment.