Fixing some runtimes and issues.

This commit is contained in:
Ghommie
2020-05-08 17:17:33 +02:00
parent 5e0235bd76
commit 90bf157f5e
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -273,7 +273,7 @@
//LightToggle
/obj/item/clothing/head/helment/ComponentInitialize()
/obj/item/clothing/head/helmet/ComponentInitialize()
. = ..()
AddElement(/datum/element/update_icon_updates_onmob)
+1 -1
View File
@@ -41,7 +41,7 @@
/obj/item/clothing/head/helmet/space/hardsuit/dropped(mob/user)
..()
if(suit)
if(suit && !ismob(loc)) //equipped() will handle mob cases, so it doesn't disengage twice.
suit.RemoveHelmet()
soundloop.stop(user)