mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Fixes malfunctioning robolimbs dropping nothing
This commit is contained in:
@@ -124,8 +124,12 @@
|
||||
else if(E.is_malfunctioning())
|
||||
|
||||
if((E.body_part == HAND_LEFT) || (E.body_part == ARM_LEFT))
|
||||
if(!l_hand)
|
||||
continue
|
||||
unEquip(l_hand)
|
||||
else
|
||||
if(!r_hand)
|
||||
continue
|
||||
unEquip(r_hand)
|
||||
|
||||
emote("me", 1, "drops what they were holding, their [E.name] malfunctioning!")
|
||||
|
||||
Reference in New Issue
Block a user