mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-10 07:43:07 +01:00
Applies "feedback" to radiation artifact effect
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