mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Lyodsuit Hoodie Fix (#9598)
This commit is contained in:
@@ -181,6 +181,7 @@
|
||||
/obj/item/clothing/under/dominia/lyodsuit/hoodie/proc/create_mask()
|
||||
if(!mask)
|
||||
mask = new /obj/item/clothing/mask/lyodsuit(src)
|
||||
item_state = "dom_thermal"
|
||||
|
||||
/obj/item/clothing/under/dominia/lyodsuit/hoodie/proc/remove_mask()
|
||||
// Mask got nuked. Probably because of RIGs or the like.
|
||||
@@ -189,6 +190,8 @@
|
||||
if(ishuman(mask.loc))
|
||||
var/mob/living/carbon/H = mask.loc
|
||||
H.unEquip(mask, 1)
|
||||
item_state = initial(item_state)
|
||||
H.update_inv_w_uniform()
|
||||
mask.forceMove(src)
|
||||
hood_raised = FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user