mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Fixed warnings from SpacemanDMM (#23123)
This commit is contained in:
@@ -328,7 +328,7 @@
|
||||
if("1")
|
||||
if ((!( ticker ) || emergency_shuttle.location))
|
||||
return
|
||||
var/justification = stripped_input(usr, "Please input a reason for the shuttle call. You may leave it blank to not have one.", "Justification") as text|null
|
||||
var/justification = stripped_input(usr, "Please input a reason for the shuttle call. You may leave it blank to not have one.", "Justification")
|
||||
emergency_shuttle.incall()
|
||||
captain_announce("The emergency shuttle has been called. It will arrive in [round(emergency_shuttle.timeleft()/60)] minutes.[justification ? " Justification : '[justification]'" : ""]")
|
||||
log_admin("[key_name(usr)] called the Emergency Shuttle")
|
||||
|
||||
Reference in New Issue
Block a user