chameleon behaviour
- restore intended behaviour of kill_genocided_monsters(). It has been incorrect since the chameleon overhaul in June 2004. - eliminate CHAM_ORDINARY and use NON_PM instead.
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ boolean talk;
|
||||
}
|
||||
}
|
||||
|
||||
#define Athome (Inhell && (mtmp->cham == CHAM_ORDINARY))
|
||||
#define Athome (Inhell && (mtmp->cham == NON_PM))
|
||||
|
||||
int
|
||||
demon_talk(mtmp) /* returns 1 if it won't attack. */
|
||||
|
||||
Reference in New Issue
Block a user