mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* lol. * bit of changes * deletes stuff * some map path updates * more changes * deletes unit test that was gonna be deleted in tg * see if this fixes anything
8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
#define MAX_EMAG_ROCKETS 5
|
|
#define BEACON_COST 500
|
|
#define SP_LINKED 1
|
|
#define SP_READY 2
|
|
#define SP_LAUNCH 3
|
|
#define SP_UNLINK 4
|
|
#define SP_UNREADY 5
|