[MIRROR] some alert cleanup (#10049)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-02 04:51:04 +01:00
committed by GitHub
co-authored by Kashargul
parent 1f8809f4b1
commit 0b46ac1a38
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1645,7 +1645,7 @@
qdel(src)
/obj/structure/sign/flag/attack_hand(mob/user)
if(alert("Do you want to rip \the [src] from its place?","You think...","Yes","No") == "Yes")
if(tgui_alert(user, "Do you want to rip \the [src] from its place?","You think...",list("Yes","No")) == "Yes")
if(!Adjacent(user)) //Cannot bring up dialogue and walk away
return FALSE
visible_message(span_warning("\The [user] rips \the [src] in a single, decisive motion!" ))