mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Shuttles now set themselves up upon being instantiated instead of relying on a monolithic proc in the shuttle controller. Shuttles can now be defined more cleanly on a per-map basis, as well. Accidentally fixes a broken admin shuttle.
4 lines
139 B
Plaintext
4 lines
139 B
Plaintext
#define SHUTTLE_FLAGS_NONE 0
|
|
#define SHUTTLE_FLAGS_PROCESS 1
|
|
#define SHUTTLE_FLAGS_SUPPLY 2
|
|
#define SHUTTLE_FLAGS_ALL (~SHUTTLE_FLAGS_NONE) |