mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
/*
|
|
* Defines used for miscellaneous objects.
|
|
* Currently only the home of the Multiool.
|
|
*/
|
|
|
|
// Multitool Mode Defines.
|
|
|
|
#define MULTITOOL_MODE_STANDARD "Standard"
|
|
#define MULTITOOL_MODE_INTCIRCUITS "Modular Wiring"
|
|
#define MULTITOOL_MODE_DOORHACK "Advanced Jacking"
|