mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-11 01:51:51 +00:00
Undoes the hand change
This commit is contained in:
@@ -136,9 +136,9 @@
|
||||
if(owner.gloves)
|
||||
owner.unEquip(owner.gloves)
|
||||
if(owner.l_hand)
|
||||
owner.unEquip(owner.l_hand)
|
||||
owner.unEquip(owner.l_hand, TRUE)
|
||||
if(owner.r_hand)
|
||||
owner.unEquip(owner.r_hand)
|
||||
owner.unEquip(owner.r_hand, TRUE)
|
||||
|
||||
. = ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user