mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-27 10:46:34 +01:00
22 lines
690 B
Plaintext
22 lines
690 B
Plaintext
//? switchtool tool types; separate from tool functionality
|
|
|
|
#define SWITCHTOOL_SCREWDRIVER "screwdriver"
|
|
#define SWITCHTOOL_WRENCH "wrench"
|
|
#define SWITCHTOOL_CROWBAR "crowbar"
|
|
#define SWITCHTOOL_WIRECUTTERS "wirecutters"
|
|
#define SWITCHTOOL_MULTITOOL "multitool"
|
|
#define SWITCHTOOL_WELDER "welder"
|
|
|
|
#define SWITCHTOOL_SCALPEL "scalpel"
|
|
#define SWITCHTOOL_CAUTERY "cautery"
|
|
#define SWITCHTOOL_HEMOSTAT "hemostat"
|
|
#define SWITCHTOOL_RETRACTOR "retractor"
|
|
#define SWITCHTOOL_BONECLAMP "boneclamp"
|
|
#define SWITCHTOOL_SAW "saw"
|
|
#define SWITCHTOOL_DRILL "drill"
|
|
|
|
#define SWITCHTOOL_LIGHT "light"
|
|
#define SWITCHTOOL_SOAP "soap"
|
|
#define SWITCHTOOL_SHIELD "shield"
|
|
#define SWITCHTOOL_SWORD "sword"
|