mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user