Telescience unapologetic buff (#18854)

Refactored portals, improved handling.
Telescience console can now target overmap zlevels, provided deep scan
is not enabled and the contact is completely scanned.
Telescience portals now properly delete when the timer expires.
Greatly increased power usage for the telescience portals, especially if
aiming outside targets.
Refactored telescience console backend.
Added various DMDocs.
This commit is contained in:
Fluffy
2024-07-17 21:17:42 +00:00
committed by GitHub
parent 74eab3881c
commit 4c932542ef
8 changed files with 437 additions and 92 deletions
+1 -1
View File
@@ -725,7 +725,7 @@
return
var/chosen_beacon = pick(L)
var/obj/effect/portal/wormhole/jaunt_tunnel/J = new /obj/effect/portal/wormhole/jaunt_tunnel(get_turf(src), chosen_beacon, null, 100)
J.target = chosen_beacon
J.set_target(chosen_beacon)
playsound(src,'sound/effects/sparks4.ogg', 50, 1)
qdel(src)