mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* Initial version Ripped out old version and added new version * Update some of the keybinds * More changes * Added hotkey sanity checks * Misc. fixes and features * Small fix * Refactor keys_held * Adds emote keybinds * Small spelling fixes * I always forget this one * Add 1 second cooldown on emotes * Fix DME * Don't spam * Make linter happy * New MC init
21 lines
551 B
Plaintext
21 lines
551 B
Plaintext
#define CATEGORY_CLIENT "CLIENT"
|
|
#define CATEGORY_EMOTE "EMOTE"
|
|
#define CATEGORY_ADMIN "ADMIN"
|
|
#define CATEGORY_XENO "XENO"
|
|
#define CATEGORY_CARBON "CARBON"
|
|
#define CATEGORY_HUMAN "HUMAN"
|
|
#define CATEGORY_ROBOT "ROBOT"
|
|
#define CATEGORY_MISC "MISC"
|
|
#define CATEGORY_MOVEMENT "MOVEMENT"
|
|
#define CATEGORY_COMMUNICATION "COMMUNICATION"
|
|
|
|
#define WEIGHT_HIGHEST 0
|
|
#define WEIGHT_ADMIN 10
|
|
#define WEIGHT_CLIENT 20
|
|
#define WEIGHT_ROBOT 30
|
|
#define WEIGHT_MOB 40
|
|
#define WEIGHT_LIVING 50
|
|
#define WEIGHT_DEAD 60
|
|
#define WEIGHT_EMOTE 70
|
|
#define WEIGHT_LOWEST 999
|