mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user