mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Convert almost all alert() to tgui_alert()
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
to_chat(user, "<span class='warning'> BUG:Assembly part missing, please report this!</span>")
|
||||
return
|
||||
if(istype(a_left,a_right.type))//If they are the same type it causes issues due to window code
|
||||
switch(alert(usr, "Which side would you like to use?","Side","Left","Right"))
|
||||
switch(tgui_alert(usr, "Which side would you like to use?","Side",list("Left","Right")))
|
||||
if("Left") a_left.attack_self(user)
|
||||
if("Right") a_right.attack_self(user)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user