mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[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:
@@ -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,
|
||||
)
|
||||
|
||||
. = ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user