mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
* https://github.com/tgstation/tgstation/pull/74333 https: //github.com/tgstation/tgstation/pull/74333 Co-Authored-By: tattle <66640614+dragomagol@users.noreply.github.com> * var stuff Co-Authored-By: tattle <66640614+dragomagol@users.noreply.github.com> * vars * Update sol_fed.dm --------- Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com>
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
|