mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Fix gc issue with RD armor spawner (#18541)
This commit is contained in:
@@ -59,7 +59,6 @@
|
||||
/obj/item/clothing/head/helmet/space/plasmaman/update_icon_state()
|
||||
icon_state = "[initial(icon_state)][on ? "-light":""]"
|
||||
item_state = icon_state
|
||||
actions_types = list(/datum/action/item_action/toggle_helmet_light)
|
||||
|
||||
/obj/item/clothing/head/helmet/space/plasmaman/update_overlays()
|
||||
. = ..()
|
||||
|
||||
@@ -449,7 +449,7 @@
|
||||
. = ..()
|
||||
var/spawnpath = pick(subtypesof(/obj/item/clothing/suit/armor/reactive) - /obj/item/clothing/suit/armor/reactive/random)
|
||||
new spawnpath(loc)
|
||||
qdel(src)
|
||||
return INITIALIZE_HINT_QDEL
|
||||
|
||||
//All of the armor below is mostly unused
|
||||
|
||||
|
||||
Reference in New Issue
Block a user