mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Closes the Pool. (#23150)
* Delete pool.dm * Removes usage of PoolOrNew * Wrap up
This commit is contained in:
committed by
KorPhaeron
parent
a81ea1e73b
commit
12570805bd
@@ -290,7 +290,7 @@
|
||||
|
||||
/datum/clockwork_scripture/channeled/volt_void/chant_effects(chant_number)
|
||||
playsound(invoker, 'sound/effects/EMPulse.ogg', 50, 1)
|
||||
PoolOrNew(/obj/effect/overlay/temp/ratvar/sigil/voltvoid, get_turf(invoker))
|
||||
new /obj/effect/overlay/temp/ratvar/sigil/voltvoid(get_turf(invoker))
|
||||
var/power_drained = 0
|
||||
for(var/atom/movable/A in view(7, get_turf(invoker)))
|
||||
power_drained += A.power_drain(TRUE)
|
||||
|
||||
Reference in New Issue
Block a user