Skip to content

Commit

Permalink
NetHack4 colored flashes when dropping a container on an altar (from …
Browse files Browse the repository at this point in the history
…xnh)
  • Loading branch information
elunna committed Nov 25, 2023
1 parent 2f4e8af commit 1adbacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mondata.h
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@
|| (ptr) == &mons[PM_WEREBEAR] \
|| (ptr) == &mons[PM_GRIZZLY_BEAR] \
|| (ptr) == &mons[PM_HELLBEAR] \
|| (ptr) == &mons[PM_POLAR_BEAR] \
|| (ptr) == &mons[PM_BLACK_BEAR])

# define is_rat(ptr) \
((ptr) == &mons[PM_BLACK_RAT] \
|| (ptr) == &mons[PM_ENORMOUS_RAT] \
Expand Down

0 comments on commit 1adbacc

Please sign in to comment.