mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Hand Tele resprite V2 (#27673)
* Resprites the Hand Tele Updates the Hand Tele sprite. * Iterates on the hand tele design Made some changes to the hand tele according to feedback. * Fix icon import error Fixes a change in animation delay * Third hand tele iteration Converts the hand tele to an alternate perspective on request * Single pixel spot edit * Updated hand tele resprite * Minor hand tele edit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user