From: Pasi Kallinen Date: Tue, 31 Mar 2015 06:38:38 +0000 (+0300) Subject: Bear traps wound legs X-Git-Tag: NetHack-3.6.0_RC01~505 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa7144daf69605d1d850992a807c3f928abe45b0;p=nethack Bear traps wound legs --- diff --git a/src/trap.c b/src/trap.c index 4c8adccbd..f30fb5a6d 100644 --- a/src/trap.c +++ b/src/trap.c @@ -946,6 +946,7 @@ unsigned trflags; } else { pline("%s bear trap closes on your %s!", A_Your[trap->madeby_u], body_part(FOOT)); + set_wounded_legs(rn2(2) ? RIGHT_SIDE : LEFT_SIDE, rn1(10,10)); if(u.umonnum == PM_OWLBEAR || u.umonnum == PM_BUGBEAR) You("howl in anger!"); losehp(Maybe_Half_Phys(dmg), "bear trap", KILLED_BY_AN);