Makes the shuttle code a little bit more robust by removing a snowflake loop (#2559)
This commit is contained in:
committed by
Poojawa
parent
e7a6c2d09f
commit
9b00f12ba0
@@ -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
|
||||
Reference in New Issue
Block a user