mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 17:07:53 +01:00
Merge branch 'master' into final_shuttle_touches_and_stuff
This commit is contained in:
@@ -391,7 +391,7 @@ Command action procs
|
||||
return FALSE
|
||||
|
||||
//Returns 1 if called 0 if not
|
||||
/proc/call_shuttle_proc(var/mob/user)
|
||||
/proc/call_shuttle_proc(var/mob/user, var/emergency = FALSE)
|
||||
if((!(ROUND_IS_STARTED) || !evacuation_controller))
|
||||
return FALSE
|
||||
|
||||
@@ -414,8 +414,8 @@ Command action procs
|
||||
to_chat(user, "An evacuation is already underway.")
|
||||
return
|
||||
|
||||
if(evacuation_controller.call_evacuation(user))
|
||||
log_and_message_admins("[user? key_name(user) : "Autotransfer"] has called the shuttle.")
|
||||
if(evacuation_controller.call_evacuation(user, emergency))
|
||||
log_and_message_admins("[user? key_name(user) : "Autotransfer"] has called a shuttle.")
|
||||
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user