diff --git a/code/modules/tgui/modules/communications.dm b/code/modules/tgui/modules/communications.dm index 8f8b033909..e47421a373 100644 --- a/code/modules/tgui/modules/communications.dm +++ b/code/modules/tgui/modules/communications.dm @@ -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)