mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 12:47:13 +01:00
modified: code/modules/mining/equipment/resonator.dm
This commit is contained in:
@@ -120,6 +120,6 @@
|
||||
/obj/effect/temp_visual/resonance/proc/replicate(turf/closed/mineral/M) //yogs start: adds replication to resonator fields
|
||||
if(!istype(M) || !M.mineralType) // so we don't end up in the ultimate chain reaction
|
||||
return
|
||||
for(var/turf/closed/mineral/T in orange(1, M)
|
||||
for(var/turf/closed/mineral/T in orange(1, M))
|
||||
if(istype(T) && T.mineralType)
|
||||
new /obj/effect/temp_visual/resonance(T, creator, null, duration) //yogs end
|
||||
|
||||
Reference in New Issue
Block a user