Modified AI Malfunction

The timer does not start until the AI starts it
  Starting the timer causes a CentComm report
  Humans can see the timer when it starts

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@232 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-30 19:18:14 +00:00
parent 81b0fdea10
commit 2d6ad4b55e
2 changed files with 24 additions and 11 deletions
@@ -150,9 +150,9 @@
stat(null, "Intent: [src.a_intent]")
stat(null, "Move Mode: [src.m_intent]")
// if(ticker.mode.name == "AI malfunction")
// if(ticker.mode:malf_mode_declared)
// stat(null, "Time left: [ ticker.mode:AI_win_timeleft]")
if(ticker.mode.name == "AI malfunction")
if(ticker.mode:malf_mode_declared)
stat(null, "Time left: [max(ticker.mode:AI_win_timeleft/(ticker.mode:apcs/3), 0)]")
if(emergency_shuttle)
if(emergency_shuttle.online && emergency_shuttle.location < 2)
var/timeleft = emergency_shuttle.timeleft()