Radioactive nebula no longer runtimes on Runtime station (#85977)

## About The Pull Request

Closes #79668
ironic but annoying

## Changelog
🆑
fix: Radioactive nebula no longer runtimes on runtime station
/🆑

---------

Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com>
This commit is contained in:
SmArtKar
2024-08-21 10:29:08 +02:00
committed by GitHub
co-authored by Zephyr
parent c4cf0c4f17
commit 10fc2f77e0
@@ -618,8 +618,14 @@
send_supply_pod_to_area(supply_pack_shielding.generate(null), /area/station/command/bridge, /obj/structure/closet/supplypod/centcompod)
// Let medical know resistence is futile
send_fax_to_area(new /obj/item/paper/fluff/radiation_nebula_virologist(), /area/station/medical/virology, "NT Virology Department", \
force = TRUE, force_pod_type = /obj/structure/closet/supplypod/centcompod)
if (/area/station/medical/virology in GLOB.areas_by_type)
send_fax_to_area(
new /obj/item/paper/fluff/radiation_nebula_virologist,
/area/station/medical/virology,
"NT Virology Department",
force = TRUE,
force_pod_type = /obj/structure/closet/supplypod/centcompod,
)
//Disables radstorms, they don't really make sense since we already have the nebula causing storms
var/datum/round_event_control/modified_event = locate(/datum/round_event_control/radiation_storm) in SSevents.control