Wormhole jaunters are less harsh on miners, upgraded teleporters can lock onto beacons directly. (#25578)

* Wormhole jaunters are less harsh on miners, upgraded teleporters can lock onto beacons directly

* prittier

* types on my cast till I

* she tguis me

* tgui moment
This commit is contained in:
Qwertytoforty
2024-06-12 18:24:42 +00:00
committed by GitHub
parent 4697b01241
commit 8d0fabbcb1
6 changed files with 145 additions and 85 deletions
@@ -41,7 +41,7 @@
to_chat(user, "<span class='notice'>[src] found no beacons in the world to anchor a wormhole to.</span>")
return
var/chosen_beacon = pick(L)
var/obj/effect/portal/jaunt_tunnel/J = new(get_turf(src), get_turf(chosen_beacon), src, 100, user)
var/obj/effect/portal/jaunt_tunnel/J = new(get_turf(src), chosen_beacon, src, 100, user)
J.emagged = emagged
if(adjacent)
try_move_adjacent(J)