]> granicus.if.org Git - nethack/commit
U295 - bones file creation cursing secondary weapon caused panic
authorcohrs <cohrs>
Sun, 2 Mar 2003 05:41:00 +0000 (05:41 +0000)
committercohrs <cohrs>
Sun, 2 Mar 2003 05:41:00 +0000 (05:41 +0000)
commita9a7ffe18f53c11d8e6182c9f23b7f12cc0d6cfa
treecdc4e0a98c93ec0b3426d9eb883492e589a1df2d
parent0e3d283508219feb7d5376c1df6afd3c7de29bf9
U295 - bones file creation cursing secondary weapon caused panic
As reported, if you're twoweaponing and die, your secondary weapon may
become cursed and drop.  But, the bones file code is dropping everything
and tries to drop it again, causing a panic.  drop_upon_death just clears
things out, so follow suit for uswapwep.
doc/fixes34.2
doc/fixes35.0
src/bones.c