modules misc (#18315)

This commit is contained in:
KalevTait
2022-07-20 21:56:34 +01:00
committed by GitHub
parent 234a471cf9
commit 938135f3d8
48 changed files with 214 additions and 214 deletions
+2 -2
View File
@@ -57,7 +57,7 @@
if(link_lines.len && alert(user, "Warning: This will disable links to connected pod doors. Continue?", "Buildmode", "Yes", "No") == "No")
speed_execute()
return
M.normaldoorcontrol = 1
M.normaldoorcontrol = TRUE
if(P.id_tag && alert(user, "Warning: This will unlink something else from the door. Continue?", "Buildmode", "Yes", "No") == "No")
speed_execute()
return
@@ -79,7 +79,7 @@
if(link_lines.len && alert(user, "Warning: This will disable links to connected airlocks. Continue?", "Buildmode", "Yes", "No") == "No")
speed_execute()
return
M.normaldoorcontrol = 0
M.normaldoorcontrol = FALSE
if(!M.id || M.id == "")
M.id = input(user, "Please select an ID for the button", "Buildmode", "")
if(!M.id || M.id == "")