Tossed upwards objects got two times half physical damage reduction

This commit is contained in:
Patric Mueller
2020-10-23 11:02:59 +02:00
parent 7e3a739ef9
commit 1cc26106bf
2 changed files with 2 additions and 1 deletions

View File

@@ -279,6 +279,7 @@ when reporting that hero can't repair a chest's broken lock with key/pick/card
suggests that you might be able to do so with a blessed or cursed one
pre-populate teleport destination prompt with travel destination
ghosts cannot be renamed
tossed upwards objects got two times half physical damage reduction
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository

View File

@@ -1071,7 +1071,7 @@ boolean hitsroof;
}
hitfloor(obj, TRUE);
g.thrownobj = 0;
losehp(Maybe_Half_Phys(dmg), "falling object", KILLED_BY_AN);
losehp(dmg, "falling object", KILLED_BY_AN);
}
return TRUE;
}