mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
New Check (#11304)
This commit is contained in:
@@ -31,15 +31,12 @@
|
||||
movement_range = 20
|
||||
energy = 50
|
||||
|
||||
/obj/effect/accelerated_particle/New(loc, dir = 2)
|
||||
src.forceMove(loc)
|
||||
src.set_dir(dir)
|
||||
/obj/effect/accelerated_particle/Initialize(mapload, dir = SOUTH)
|
||||
. = ..()
|
||||
set_dir(dir)
|
||||
if(movement_range > 20)
|
||||
movement_range = 20
|
||||
spawn(0)
|
||||
move(1)
|
||||
return
|
||||
|
||||
INVOKE_ASYNC(src, .proc/move, 1)
|
||||
|
||||
/obj/effect/accelerated_particle/Collide(atom/A)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user