Fixed warnings from SpacemanDMM (#23123)

This commit is contained in:
DamianX
2019-06-03 20:50:31 +02:00
committed by Kurfursten
parent 8778af6323
commit fef580631c
19 changed files with 21 additions and 25 deletions

View File

@@ -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")