should probably revert to non bsod on alive again

This commit is contained in:
Sharkmare
2021-02-12 11:26:32 +01:00
committed by GitHub
parent 85b80d6358
commit 18795c6275

View File

@@ -40,6 +40,7 @@
update_icon()
var/mob/living/carbon/human/H = loc
if (maskmaster && maskmaster.stat == DEAD) icon_state = "synth_facemask_dead"
else icon_state = "synth_facemask"
if(istype(H)) H.update_inv_wear_mask()
process()
@@ -59,4 +60,4 @@
/datum/gear/mask/synthface/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
gear_tweaks = list(gear_tweak_free_color_choice)