[MIRROR] [NO-GBP] Optimizes rad nebula [MDB IGNORE] (#22675)

* [NO-GBP] Optimizes rad nebula (#77014)

Switches rad nebula to only directly irradiate carbons and use radiated component

* [NO-GBP] Optimizes rad nebula

---------

Co-authored-by: Time-Green <7501474+Time-Green@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-07-25 13:26:22 -04:00
committed by GitHub
co-authored by Time-Green
parent 065635a28b
commit 5fd1bea8f8
10 changed files with 138 additions and 26 deletions
+7 -7
View File
@@ -18,13 +18,13 @@
/datum/element/radioactive/New()
START_PROCESSING(SSdcs, src)
/datum/element/radioactive/Attach(\
datum/target, \
range = 3, \
threshold = RAD_LIGHT_INSULATION, \
chance = URANIUM_IRRADIATION_CHANCE, \
minimum_exposure_time = URANIUM_RADIATION_MINIMUM_EXPOSURE_TIME,\
)
/datum/element/radioactive/Attach(
datum/target,
range = 3,
threshold = RAD_LIGHT_INSULATION,
chance = URANIUM_IRRADIATION_CHANCE,
minimum_exposure_time = URANIUM_RADIATION_MINIMUM_EXPOSURE_TIME,
)
. = ..()