Merge pull request #15612 from SandPoot/status_displays
Syncs status displays to tg's version
This commit is contained in:
@@ -344,6 +344,28 @@
|
||||
///Define for spawning megafauna instead of a mob for cave gen
|
||||
#define SPAWN_MEGAFAUNA "bluh bluh huge boss"
|
||||
|
||||
/*
|
||||
* Defines for "AI emotions", allowing the AI to expression emotions
|
||||
* with status displays via emotes.
|
||||
*/
|
||||
|
||||
#define AI_EMOTION_VERY_HAPPY "Very Happy"
|
||||
#define AI_EMOTION_HAPPY "Happy"
|
||||
#define AI_EMOTION_NEUTRAL "Neutral"
|
||||
#define AI_EMOTION_UNSURE "Unsure"
|
||||
#define AI_EMOTION_CONFUSED "Confused"
|
||||
#define AI_EMOTION_SAD "Sad"
|
||||
#define AI_EMOTION_BSOD "BSOD"
|
||||
#define AI_EMOTION_BLANK "Blank"
|
||||
#define AI_EMOTION_PROBLEMS "Problems?"
|
||||
#define AI_EMOTION_AWESOME "Awesome"
|
||||
#define AI_EMOTION_FACEPALM "Facepalm"
|
||||
#define AI_EMOTION_THINKING "Thinking"
|
||||
#define AI_EMOTION_FRIEND_COMPUTER "Friend Computer"
|
||||
#define AI_EMOTION_DORFY "Dorfy"
|
||||
#define AI_EMOTION_BLUE_GLOW "Blue Glow"
|
||||
#define AI_EMOTION_RED_GLOW "Red Glow"
|
||||
|
||||
// / Breathing types. Lungs can access either by these or by a string, which will be considered a gas ID.
|
||||
#define BREATH_OXY /datum/breathing_class/oxygen
|
||||
#define BREATH_PLASMA /datum/breathing_class/plasma
|
||||
|
||||
Reference in New Issue
Block a user