mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
[MIRROR] default tgui alert input handling (#8891)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
co-authored by
Kashargul
Kashargul
parent
ec8834f9e5
commit
9f42148ab1
@@ -28,7 +28,7 @@
|
||||
if(!hasasked)
|
||||
var/answer = tgui_alert(usr, "Capture includes non existant turf, Continue capture?","Continue capture?", list("No", "Yes"))
|
||||
hasasked = 1
|
||||
if(answer == "No")
|
||||
if(answer != "Yes")
|
||||
return
|
||||
|
||||
var/list/atoms = list()
|
||||
|
||||
Reference in New Issue
Block a user