Wow. Soft merge conflicts, in a way. Merging not causing a git error, but

instead, a compile error. Congrats TRAVIS, you are smarter than your
average CI.
This commit is contained in:
Tigercat2000
2015-12-04 22:32:38 -08:00
parent 79ce26684d
commit 85d4f59caf
2 changed files with 6 additions and 5 deletions
@@ -85,10 +85,11 @@ I'm using this for Stat to give it a more nifty interface to work with
statpanel("Status")
stat(null, "Station Time: [worldtime2text()]")
if(emergency_shuttle)
var/eta_status = emergency_shuttle.get_status_panel_eta()
if(eta_status)
stat(null, eta_status)
if(shuttle_master.emergency.mode >= SHUTTLE_RECALL)
var/timeleft = shuttle_master.emergency.timeLeft()
if(timeleft > 0)
stat(null, "[add_zero(num2text((timeleft / 60) % 60),2)]:[add_zero(num2text(timeleft % 60), 2)]")
if(client.statpanel == "Status")
//Knowing how well-off your mech is doing is really important as an MMI
if(istype(src.loc, /obj/mecha))