This commit is contained in:
Erki
2018-03-12 10:00:14 +02:00
committed by GitHub
parent 84a4da5af4
commit 5c230d4e2a
2 changed files with 8 additions and 6 deletions
+4 -3
View File
@@ -448,9 +448,10 @@ BLIND // can't see anything
..()
update_wearer()
/obj/item/clothing/gloves/on_slotmove()
..()
update_wearer()
/obj/item/clothing/gloves/mob_can_unequip()
. = ..()
if (.)
update_wearer()
///////////////////////////////////////////////////////////////////////
//Head
+4 -3
View File
@@ -80,9 +80,10 @@
..()
update_wearer()
/obj/item/clothing/shoes/magboots/on_slotmove()
..()
update_wearer()
/obj/item/clothing/shoes/magboots/mob_can_unequip()
. = ..()
if (.)
update_wearer()
/obj/item/clothing/shoes/magboots/examine(mob/user)
..(user)