Merge pull request #11528 from Aranclanos/undergoingevacuations

Undergoing evacuations latejoin message fix
This commit is contained in:
Remie Richards
2015-09-07 13:54:54 +01:00
2 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -318,7 +318,7 @@
if(SHUTTLE_ESCAPE)
dat += "<div class='notice red'>The station has been evacuated.</div><br>"
if(SHUTTLE_CALL)
if(SSshuttle.emergency.timeLeft() < 0.5 * initial(SSshuttle.emergencyCallTime)) //Shuttle is past the point of no recall
if(!SSshuttle.canRecall())
dat += "<div class='notice red'>The station is currently undergoing evacuation procedures.</div><br>"
var/available_job_count = 0