Half_physical_damage 04
- [fixed in trunk] iron-ball-pulling yourself out of a bear trap - [fixed in trunk] Hitting your foot with a bullwhip - [fixed in trunk] Hooking yourself with a grappling hook - [fixed in trunk] Being thwacked by an iron ball chained to you - [fixed in trunk] A crystal ball exploding on being applied - [fixed in trunk] Hitting yourself with your pick-axe - [fixed in trunk] Molten lava (entering or being splashed) - [fixed in trunk] Getting squished in a pit under a boulder - [fixed in trunk] Kicking something that makes you go "Ouch!"
This commit is contained in:
3
src/do.c
3
src/do.c
@@ -154,7 +154,8 @@ const char *verb;
|
||||
mtmp->mtrapped = 0;
|
||||
} else {
|
||||
if (!Passes_walls && !throws_rocks(youmonst.data)) {
|
||||
losehp(rnd(15), "squished under a boulder",
|
||||
losehp(Maybe_Half_Phys(rnd(15)),
|
||||
"squished under a boulder",
|
||||
NO_KILLER_PREFIX);
|
||||
return FALSE; /* player remains trapped */
|
||||
} else u.utrap = 0;
|
||||
|
||||
Reference in New Issue
Block a user