mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
Midweek bugfix release (#16867)
* fix adminjump to area (#16853) * fix a runtime in the keyloop (#16852) * fix a runtime in the keyloop * also fix that * gloves runtime * do it proper * fix stun effect act (#16850) * fix a runtime and some usr to user (#16849) * fix a runtimg and some usr to user * . * . * more usr * fix some bad replaces (#16856) * fix a lot of map issues (#16857) * fix a lot of map issues * fix SM template... * fix change turf (#16860) * Fluff item for Beeholddrbeesphb/Evelynn (#16859) * Fix synth_color not working (#16866) * Fix synth_color not working * Fix spawnpoint pref * living * oups --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
if(areaname)
|
||||
A = return_sorted_areas()[areaname]
|
||||
else
|
||||
A = tgui_input_list(usr, "Pick an area:", "Jump to Area", return_sorted_areas())
|
||||
A = return_sorted_areas()[tgui_input_list(usr, "Pick an area:", "Jump to Area", return_sorted_areas())]
|
||||
|
||||
if(!A)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user