mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Makes wormhole projector portals spawn effects once every 0.5 seconds max (#19398)
* Refactor the parameters and starting the teleport * Adds arguments and moves the default effect generation up to do_teleport * Typo in arguments * portals now only create sparks every 0.5 second when things pass through * Comment fix
This commit is contained in:
@@ -732,7 +732,7 @@
|
||||
M.Confused(20 SECONDS)
|
||||
M.flash_eyes(override_blindness_check = TRUE)
|
||||
M.EyeBlind(20 SECONDS)
|
||||
do_teleport(M, get_turf(M), 5, asoundin = 'sound/magic/cult_spell.ogg')
|
||||
do_teleport(M, get_turf(M), 5, sound_in = 'sound/magic/cult_spell.ogg')
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user