mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
@@ -63,12 +63,12 @@
|
||||
PC.parent.energy += energy
|
||||
qdel(src)
|
||||
|
||||
/obj/effect/accelerated_particle/CollidedWith(atom/A)
|
||||
/obj/effect/accelerated_particle/CollidedWith(atom/bumped_atom)
|
||||
. = ..()
|
||||
if (!active)
|
||||
return
|
||||
if(ismob(A))
|
||||
toxmob(A)
|
||||
if(ismob(bumped_atom))
|
||||
toxmob(bumped_atom)
|
||||
|
||||
/obj/effect/accelerated_particle/ex_act(severity)
|
||||
if (!active)
|
||||
|
||||
@@ -79,10 +79,10 @@
|
||||
if (A)
|
||||
consume(A)
|
||||
|
||||
/obj/singularity/CollidedWith(atom/movable/AM)
|
||||
/obj/singularity/CollidedWith(atom/bumped_atom)
|
||||
. = ..()
|
||||
if (AM)
|
||||
consume(AM)
|
||||
if (bumped_atom)
|
||||
consume(bumped_atom)
|
||||
|
||||
/obj/singularity/process()
|
||||
eat()
|
||||
|
||||
Reference in New Issue
Block a user