Merge pull request #1214 from ArchieBeepBoop/radiationstuffagain

Fixes a whoopsie with the plutonium sludge radiation component.
This commit is contained in:
Dahlular
2021-06-01 20:19:26 -06:00
committed by GitHub
@@ -883,6 +883,7 @@ The reactor CHEWS through moderator. It does not do this slowly. Be very careful
/obj/effect/decal/nuclear_waste/Initialize()
. = ..()
set_light(3)
AddComponent(/datum/component/radioactive, 1500, src, 0)
/obj/effect/decal/nuclear_waste/epicenter //The one that actually does the irradiating. This is to avoid every bit of sludge PROCESSING
name = "Dense nuclear sludge"
@@ -904,7 +905,6 @@ The reactor CHEWS through moderator. It does not do this slowly. Be very careful
/obj/effect/decal/nuclear_waste/epicenter/Initialize()
. = ..()
AddComponent(/datum/component/radioactive, 1500, src, 0)
/obj/effect/decal/nuclear_waste/Crossed(atom/movable/AM)
. = ..()