mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user