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 */