fix issue #949 - dropping welded iron ball

If punished and the attached iron ball was both cursed and wielded,
falling while going down stairs would drop it instead of leaving it
welded to hero's hand. ( Didn't happen for iron ball that wasn't
chained to hero's leg.)

I thought that this was going to be a one or two line fix but ball
and chain stuff is never that simple.

Fixes #949
This commit is contained in:
PatR
2022-12-15 13:48:59 -08:00
parent 995fae39b5
commit df7e575500
4 changed files with 30 additions and 7 deletions

View File

@@ -1068,6 +1068,8 @@ if hero's action caused engulfer to expel swallowed hero, it might do so onto
throwing recoil while levitating could send hero out of shop while carrying
unpaid items, triggering sanity check warnings; once outside, taking
a step other than back into the shop was treated as a robbery
if punished and iron ball was cursed and wielded--so welded to hand--falling
when doors would drop it instead of keeping it welded
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository