git-svn-id: http://tgstation13.googlecode.com/svn/trunk@923 316c924e-a436-60f5-8080-3fe189b3f50e

This commit is contained in:
n3ophyt3@gmail.com
2011-01-28 03:59:54 +00:00
parent 4144fe8e79
commit fd0f845868
3 changed files with 16 additions and 14 deletions
+7 -6
View File
@@ -44,12 +44,13 @@
..()
statpanel("Status")
if (src.client.statpanel == "Status")
if(ticker.mode)
//world << "DEBUG: ticker not null"
if(ticker.mode.name == "AI malfunction")
//world << "DEBUG: malf mode ticker test"
if(ticker.mode:malf_mode_declared)
stat(null, "Time left: [max(ticker.mode:AI_win_timeleft/(ticker.mode:apcs/3), 0)]")
if(ticker)
if(ticker.mode)
//world << "DEBUG: ticker not null"
if(ticker.mode.name == "AI malfunction")
//world << "DEBUG: malf mode ticker test"
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()
@@ -177,8 +177,9 @@
stat("Internal Atmosphere Info", src.internal.name)
stat("Tank Pressure", src.internal.air_contents.return_pressure())
stat("Distribution Pressure", src.internal.distribute_pressure)
if (src.mind.special_role == "Changeling")
stat("Chemical Storage", src.chem_charges)
if (src.mind)
if (src.mind.special_role == "Changeling")
stat("Chemical Storage", src.chem_charges)
/mob/living/carbon/human/bullet_act(flag, A as obj)