Makes the shuttle code a little bit more robust by removing a snowflake loop (#2559)

This commit is contained in:
CitadelStationBot
2017-09-04 01:36:00 -05:00
committed by Poojawa
parent e7a6c2d09f
commit 9b00f12ba0
3 changed files with 152 additions and 94 deletions
+6 -1
View File
@@ -58,4 +58,9 @@
#define DOCKING_COMPLETE 1
#define DOCKING_BLOCKED 2
#define DOCKING_IMMOBILIZED 4
#define DOCKING_AREA_EMPTY 8
#define DOCKING_AREA_EMPTY 8
//Docking turf movements
#define MOVE_TURF 1
#define MOVE_AREA 2
#define MOVE_CONTENTS 4