This commit is contained in:
SandPoot
2021-10-17 21:40:39 -03:00
parent 17986fea3f
commit 45ef0fe5ca
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -232,7 +232,7 @@
return 0
var/list/modes = list("Off", "Binary vitals", "Exact vitals", "Tracking beacon")
var/switchMode = tgui_input_list("Select a sensor mode:", "Suit Sensor Mode", modes)
var/switchMode = tgui_input_list(usr, "Select a sensor mode:", "Suit Sensor Mode", modes)
if(get_dist(usr, src) > 1)
to_chat(usr, "<span class='warning'>You have moved too far away!</span>")
return