mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user