From 95cb98a093fe0e0729efea32b41526c415076d45 Mon Sep 17 00:00:00 2001 From: Archie Date: Wed, 2 Jun 2021 00:50:27 -0300 Subject: [PATCH] aaaa --- hyperstation/code/modules/power/reactor/rbmk.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/modules/power/reactor/rbmk.dm b/hyperstation/code/modules/power/reactor/rbmk.dm index 50b73c11..39faa817 100644 --- a/hyperstation/code/modules/power/reactor/rbmk.dm +++ b/hyperstation/code/modules/power/reactor/rbmk.dm @@ -886,7 +886,7 @@ The reactor CHEWS through moderator. It does not do this slowly. Be very careful if(istype(A, /obj/structure)) qdel(src) //It is more processing efficient to do this here rather than when searching for available turfs. set_light(3) - AddComponent(/datum/component/radioactive, 250, src, 0) + AddComponent(/datum/component/radioactive, 1000, 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"