mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
fixes a runtime (#8737)
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@
|
||||
|
||||
new /obj/effect/temp_visual/small_smoke/halfsecond(user.drop_location())
|
||||
new /obj/effect/temp_visual/small_smoke/halfsecond(targeted_turf)
|
||||
do_teleport(user, targeted_turf, 0, TRUE, no_effects = TRUE, channel = TELEPORT_CHANNEL_MAGIC)
|
||||
do_teleport(target, user_turf, 0, TRUE, no_effects = TRUE, channel= TELEPORT_CHANNEL_MAGIC)
|
||||
do_teleport(user, targeted_turf, 0, no_effects = TRUE, channel = TELEPORT_CHANNEL_MAGIC)
|
||||
do_teleport(target, user_turf, 0, no_effects = TRUE, channel= TELEPORT_CHANNEL_MAGIC)
|
||||
|
||||
|
||||
/obj/effect/proc_holder/spell/pointed/celeritas/can_target(atom/target, mob/user, silent)
|
||||
|
||||
Reference in New Issue
Block a user