mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 04:01:41 +00:00
* Rebindable communication(OOC, Say, Me) (#54035) OOC, Say and Me is now rebindable * Rebindable communication(OOC, Say, Me) * Update preferences.dm * wowee * aaa Co-authored-by: Couls <coul422@gmail.com> Co-authored-by: Azarak <azarak10@gmail.com>
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
|