fix #H4333 - angry god vs pacifist conduct
commit2cffaccb3f964bd5746acada4bea22b80f30f97f
authorPatR <rankin@nethack.org>
Mon, 9 May 2016 23:21:35 +0000 (9 16:21 -0700)
committerPatR <rankin@nethack.org>
Mon, 9 May 2016 23:21:35 +0000 (9 16:21 -0700)
tree578cb34719e7689ff8722a6c62a24fe08b7fc4e6
parent119b86bf09b36a35cbe120b5ac5a4c3206d8f6c8
fix #H4333 - angry god vs pacifist conduct

When you're swallowed, an angry god trying to zap you will kill
the engulfer and hero gets credit (experience) and blame (possible
loss of luck and/or alignment if engulfer is peaceful or tame) for
the act.  But hero didn't actually kill the critter, so don't
increment the kill counter that monitors pacifism.

I think there are other circumstances where hero gets credit and/or
blame for something he or she didn't directly do, but offhand I
can't think of them.  They might warrant similar treatment.

Tidying of xkilled() triggered by malformed block comment which is
actually a hybrid of an end of line comment (the boulder one, not
the 'dest' parameter one)....
doc/fixes36.1
src/mon.c
src/pray.c