mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 21:43:22 +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"
|