TG: -Supply shuttle timer displays SPPLY for clarification

-Added a couple more status displays in cargo
Revision: r3685
Author: 	 ericgfw...@hotmail.com
This commit is contained in:
Erthilo
2012-06-01 23:32:04 +01:00
parent 8d1f93fc49
commit 77610e1265
2 changed files with 2 additions and 2 deletions

View File

@@ -118,10 +118,10 @@
var/disp1
var/disp2
if(supply_shuttle_moving)
disp1 = get_supply_shuttle_timer()
disp1 = "SPPLY"
disp2 = get_supply_shuttle_timer()
if(lentext(disp1) > 5)
disp1 = "**~**"
disp2 = null
else
if(supply_shuttle_at_station)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 18 KiB