Adds supply shuttle datum

This commit is contained in:
mwerezak
2014-06-18 19:37:30 -04:00
parent ed9600ce43
commit 462593f0b5
8 changed files with 210 additions and 83 deletions
+5
View File
@@ -761,3 +761,8 @@ var/list/RESTRICTED_CAMERA_NETWORKS = list( //Those networks can only be accesse
#define COLOR_YELLOW "#FFFF00"
#define COLOR_ORANGE "#FF9900"
#define COLOR_WHITE "#FFFFFF"
//Shuttle moving status
#define SHUTTLE_IDLE 0
#define SHUTTLE_WARMUP 1
#define SHUTTLE_INTRANSIT 2