From 674a7ea8ecb6d6194cbcd63a8640af3c1b140b17 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Fri, 30 Sep 2022 12:07:14 +0100 Subject: [PATCH] tgui bgon --- code/modules/admin/verbs/buildmode.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/buildmode.dm b/code/modules/admin/verbs/buildmode.dm index e2bed70299..5437b53801 100644 --- a/code/modules/admin/verbs/buildmode.dm +++ b/code/modules/admin/verbs/buildmode.dm @@ -332,7 +332,7 @@ else if(istype(object,/turf/simulated/floor)) var/turf/T = object if(!holder.warned) - var/warning = tgui_alert(user, "Are you -sure- you want to delete this turf and make it the base turf for this Z level?", "GRIEF ALERT", list("No", "Yes")) + var/warning = alert("Are you -sure- you want to delete this turf and make it the base turf for this Z level?", "GRIEF ALERT", "No", "Yes") if(warning == "Yes") holder.warned = 1 else