]> granicus.if.org Git - nethack/commitdiff
Vlad wants the Candelabrum
authorcohrs <cohrs>
Wed, 13 Feb 2002 03:37:51 +0000 (03:37 +0000)
committercohrs <cohrs>
Wed, 13 Feb 2002 03:37:51 +0000 (03:37 +0000)
Since Vlad starts with the Candelabrum, he should want it back

doc/fixes34.0
src/monst.c

index 492de43365edd9b3c8db6ec0821077c173e2ab6c..4cf2076b7c7336fdd43c44327e745327e01bd195 100644 (file)
@@ -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
index 2790c748d4b4becf932263a3fc6ffa1ced96a2ba..8bb68e730a08a03b02c5c017590f066ebfabf644 100644 (file)
@@ -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
  */