Bluespace vetus doesn't spark from it's anomalies (#23001)

* hardmode vetus now puts out less sparks than the fourth of july

* Update code/datums/helper_datums/teleport.dm

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>

---------

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2023-10-26 10:41:22 +01:00
committed by GitHub
co-authored by Burzah
parent a2d4225e5c
commit 7db1d5b63d
2 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -242,10 +242,10 @@
/obj/effect/anomaly/bluespace/anomalyEffect()
..()
for(var/mob/living/M in range(4, src))
do_teleport(M, locate(M.x, M.y, M.z), 4)
do_teleport(M, locate(M.x, M.y, M.z), 4, do_effect = drops_core)
for(var/obj/O in range (4, src))
if(!O.anchored && O.invisibility == 0 && prob(50))
do_teleport(O, locate(O.x, O.y, O.z), 6)
do_teleport(O, locate(O.x, O.y, O.z), 6, do_effect = drops_core )
/obj/effect/anomaly/bluespace/Bumped(atom/movable/AM)
if(isliving(AM))