mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
fix: R&D rework: convert rest of tgui_alert choices to lists (#26721)
This commit is contained in:
committed by
GitHub
parent
22a9fb858f
commit
da4e51930f
@@ -433,7 +433,7 @@
|
||||
if("unlink")
|
||||
if(!network_manager_uid)
|
||||
return
|
||||
var/choice = tgui_alert(usr, "Are you SURE you want to unlink this fabricator?\nYou wont be able to re-link without the network manager password", "Unlink","Yes","No")
|
||||
var/choice = tgui_alert(usr, "Are you SURE you want to unlink this fabricator?\nYou wont be able to re-link without the network manager password", "Unlink", list("Yes", "No"))
|
||||
if(choice == "Yes")
|
||||
unlink()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user