mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +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
@@ -177,11 +177,11 @@
|
||||
|
||||
/obj/item/device/assembly/flash/cyborg/attack(mob/living/M, mob/user)
|
||||
..()
|
||||
PoolOrNew(/obj/effect/overlay/temp/borgflash, get_turf(src))
|
||||
new /obj/effect/overlay/temp/borgflash(get_turf(src))
|
||||
|
||||
/obj/item/device/assembly/flash/cyborg/attack_self(mob/user)
|
||||
..()
|
||||
PoolOrNew(/obj/effect/overlay/temp/borgflash, get_turf(src))
|
||||
new /obj/effect/overlay/temp/borgflash(get_turf(src))
|
||||
|
||||
/obj/item/device/assembly/flash/cyborg/attackby(obj/item/weapon/W, mob/user, params)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user