more angry god vs pacifist conduct
Do it properly, using the arguments to xkilled() instead of reversing the conduct counter after the fact. The xkilled() flag value of '1' has been reversed. It used to mean 'display message' but now means 'suppress message' since both of the other flag bits are for suppression. All callers have been updated to specify either XKILL_GIVEMSG or XKILL_NOMSG so the underlying number remains transparent.
This commit is contained in:
@@ -225,7 +225,7 @@ boolean verbose; /* give message(s) even when you can't see what happened */
|
||||
/* don't blame hero for unknown rolling boulder trap */
|
||||
if (!context.mon_moving
|
||||
&& (otmp->otyp != BOULDER || range >= 0 || otmp->otrapped))
|
||||
xkilled(mtmp, 0);
|
||||
xkilled(mtmp, XKILL_NOMSG);
|
||||
else
|
||||
mondied(mtmp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user