mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user