Undoes the hand change

This commit is contained in:
Crazylemon64
2018-07-13 12:32:09 -07:00
parent b2d0bb1c0b
commit bbe8b754a7

View File

@@ -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)
. = ..()