mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Add chompedit comments
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user