mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
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:
@@ -118,10 +118,10 @@
|
|||||||
var/disp1
|
var/disp1
|
||||||
var/disp2
|
var/disp2
|
||||||
if(supply_shuttle_moving)
|
if(supply_shuttle_moving)
|
||||||
disp1 = get_supply_shuttle_timer()
|
disp1 = "SPPLY"
|
||||||
|
disp2 = get_supply_shuttle_timer()
|
||||||
if(lentext(disp1) > 5)
|
if(lentext(disp1) > 5)
|
||||||
disp1 = "**~**"
|
disp1 = "**~**"
|
||||||
disp2 = null
|
|
||||||
|
|
||||||
else
|
else
|
||||||
if(supply_shuttle_at_station)
|
if(supply_shuttle_at_station)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user