mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
sparklesparkle (#8785)
This commit is contained in:
@@ -874,9 +874,9 @@
|
||||
|
||||
/datum/chemical_reaction/emp_pulse/on_reaction(var/datum/reagents/holder, var/created_volume)
|
||||
var/location = get_turf(holder.my_atom)
|
||||
// 100 created volume = 4 heavy range & 7 light range. A few tiles smaller than traitor EMP grandes.
|
||||
// 200 created volume = 8 heavy range & 14 light range. 4 tiles larger than traitor EMP grenades.
|
||||
empulse(location, round(created_volume / 24), round(created_volume / 14), 1)
|
||||
// 100 created volume = ~1 heavy range & ~2 light range.
|
||||
// 200 created volume = ~2 heavy range & ~4 light range.
|
||||
empulse(location, round(created_volume / 6), round(created_volume / 3), 1)
|
||||
holder.clear_reagents()
|
||||
return
|
||||
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
/datum/artifact_effect/emp/DoEffectPulse()
|
||||
if(holder)
|
||||
var/turf/T = get_turf(holder)
|
||||
empulse(T, effectrange/2, effectrange)
|
||||
empulse(T, effectrange/1, effectrange)
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user