Skip to content

Commit

Permalink
Third hand tele iteration
Browse files Browse the repository at this point in the history
Converts the hand tele to an alternate perspective on request
  • Loading branch information
ExusA committed Dec 7, 2024
1 parent 451933c commit 315d40d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/weapons/teleportation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
turfs += T
if(length(turfs))
L["None (Dangerous)"] = pick(turfs)
flick("hand_tele_activated", src)
var/t1 = tgui_input_list(user, "Please select a teleporter to lock in on.", "Hand Teleporter", L)
if(!t1 || (!user.is_in_active_hand(src) || user.stat || user.restrained()))
return
Expand Down
Binary file modified icons/obj/device.dmi
Binary file not shown.

0 comments on commit 315d40d

Please sign in to comment.