mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-26 18:13:35 +00:00
Fixes handle_grasp() spam.
This commit is contained in:
@@ -104,8 +104,12 @@
|
|||||||
|
|
||||||
if(E.is_broken())
|
if(E.is_broken())
|
||||||
if(E.body_part == HAND_LEFT)
|
if(E.body_part == HAND_LEFT)
|
||||||
|
if(!l_hand)
|
||||||
|
continue
|
||||||
drop_from_inventory(l_hand)
|
drop_from_inventory(l_hand)
|
||||||
else
|
else
|
||||||
|
if(!r_hand)
|
||||||
|
continue
|
||||||
drop_from_inventory(r_hand)
|
drop_from_inventory(r_hand)
|
||||||
|
|
||||||
var/emote_scream = pick("screams in pain and ", "lets out a sharp cry and ", "cries out and ")
|
var/emote_scream = pick("screams in pain and ", "lets out a sharp cry and ", "cries out and ")
|
||||||
|
|||||||
Reference in New Issue
Block a user