From: cohrs Date: Wed, 13 Feb 2002 03:37:51 +0000 (+0000) Subject: Vlad wants the Candelabrum X-Git-Tag: MOVE2GIT~3185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b242aafce6085708ba14c3d9fc079b4ab1583a5;p=nethack Vlad wants the Candelabrum Since Vlad starts with the Candelabrum, he should want it back --- diff --git a/doc/fixes34.0 b/doc/fixes34.0 index 492de4336..4cf2076b7 100644 --- a/doc/fixes34.0 +++ b/doc/fixes34.0 @@ -428,6 +428,7 @@ make wands of speed or slow monster known if their effect gold detection "materially poor" message inappropriate if you have hidden_gold() cannot reflect back an invisible umber hulk or medusa's attack monsters with M3_WANTSBOOK often couldn't move in the Wizard-level +Vlad should want the Candelabrum Platform- and/or Interface-Specific Fixes diff --git a/src/monst.c b/src/monst.c index 2790c748d..8bb68e730 100644 --- a/src/monst.c +++ b/src/monst.c @@ -2020,7 +2020,7 @@ struct permonst _mons2[] = { M1_FLY|M1_BREATHLESS|M1_HUMANOID|M1_POIS|M1_REGEN, M2_NOPOLY|M2_UNDEAD|M2_STALK|M2_HOSTILE|M2_PNAME|M2_STRONG| M2_NASTY|M2_PRINCE|M2_MALE, - M3_WAITFORU|M3_WANTSBOOK|M3_INFRAVISIBLE, HI_LORD), + M3_WAITFORU|M3_WANTSCAND|M3_INFRAVISIBLE, HI_LORD), /* * Wraiths */