mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-12 08:42:49 +01:00
Merge pull request #9243 from Atermonera/irradiate_explorers
Stops artifacts from turning the frogs gay
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user