From 1adbacc561d22b821cc30a7a0132408bbbf636e5 Mon Sep 17 00:00:00 2001 From: Erik Lunna Date: Sat, 25 Nov 2023 11:14:21 +0100 Subject: [PATCH] NetHack4 colored flashes when dropping a container on an altar (from xnh) --- include/mondata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mondata.h b/include/mondata.h index b9fc56d1e..31c7730e3 100644 --- a/include/mondata.h +++ b/include/mondata.h @@ -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] \