Add chompedit comments

This commit is contained in:
TheGreatKitsune
2023-04-27 12:47:06 -05:00
parent 097703f442
commit 63d5910c9f

View File

@@ -273,9 +273,10 @@
if(!is_authenticated(usr))
return
//CHOMPEdit Start - Add confirmation message
var/response = tgui_alert(usr, "OOC: Reminder that if there's an extended-round random event going on and you have the power to call the evac shuttle, don't do it unless you've actually lost the station and people aren't fighting anymore. By calling the shuttle, you are possibly killing the enjoyment for people who are busy working the event or people who are off RPing still because the dorms are protected and/or their involvement is not necessary to the event. I would recommend you ahelp to help read the room. \n\n Are you sure you want to call the shuttle?", "Confirm", list("Yes", "No"))
if(response == "Yes")
if(response == "Yes") //CHOMPEdit End
call_shuttle_proc(usr)
if(emergency_shuttle.online())
post_status(src, "shuttle", user = usr)