Revert "TGUI alerts, lists, inputs"
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
/obj/item/assault_pod/attack_self(mob/living/user)
|
||||
var/target_area
|
||||
target_area = tgui_input_list(user, "Area to land", "Select a Landing Zone", GLOB.teleportlocs)
|
||||
target_area = input("Area to land", "Select a Landing Zone", target_area) as null|anything in GLOB.teleportlocs
|
||||
if(!target_area)
|
||||
return
|
||||
var/area/picked_area = GLOB.teleportlocs[target_area]
|
||||
|
||||
Reference in New Issue
Block a user