]> granicus.if.org Git - nethack/commit
fix #U782 - undead turning in a shop [trunk only]
authornethack.rankin <nethack.rankin>
Fri, 22 Oct 2004 01:04:34 +0000 (01:04 +0000)
committernethack.rankin <nethack.rankin>
Fri, 22 Oct 2004 01:04:34 +0000 (01:04 +0000)
commiteaae10c837dc07a4712a2175cc35c01a873c70bf
treeb7387b46e6a3ab4df27d1d91e56416ff97693766
parent467d35d9e4b7db4ba32b0029220d23bf85249e84
fix #U782 - undead turning in a shop [trunk only]

     Reported last December by <email deleted>.  Using
a wand or spell of undead turning inside a shop used up corpses without
checking whether they were owned by the shop.  Although the report didn't
mention it, using stone-to-flesh on statues had the same problem.

     I'm not completely satisfied by some aspects of this code, but if I
don't commit what I've got now I probably never would.  My original notes
are lost; I thought that there were some additional fixes present, but
looking at these diffs I don't see anything else significant enough to
warrant mention in the fixes file.
doc/fixes34.4
include/extern.h
src/do.c
src/mkroom.c
src/trap.c
src/zap.c