more angry god vs pacifist conduct
commit74ee31e5042564095ae318b669dd5498af4bf36d
authorPatR <rankin@nethack.org>
Tue, 10 May 2016 22:59:22 +0000 (10 15:59 -0700)
committerPatR <rankin@nethack.org>
Tue, 10 May 2016 22:59:22 +0000 (10 15:59 -0700)
treeab2e7877416e10285a18c35e8f48a049aaaf9837
parent2f7a67483fb1b1e392c6263f3b951d54f5670278
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.
13 files changed:
include/hack.h
src/apply.c
src/dbridge.c
src/mhitu.c
src/mon.c
src/mthrowu.c
src/muse.c
src/music.c
src/pray.c
src/read.c
src/trap.c
src/uhitm.c
src/zap.c