Merge pull request #9243 from Atermonera/irradiate_explorers

Stops artifacts from turning the frogs gay
This commit is contained in:
Spookerton
2023-09-12 12:02:14 +01:00
committed by GitHub
@@ -25,4 +25,4 @@
/datum/artifact_effect/rare/radiate/DoEffectPulse()
var/atom/holder = get_master_holder()
if (holder)
SSradiation.radiate(holder, ((radiation_amount * 25) * (sqrt(src.effectrange)))) //Need to get feedback on this
SSradiation.radiate(holder, sqrt(effectrange) * radiation_amount * 4)