mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 23:42:56 +00:00
[MIRROR] TGUI Say (#8771)
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
11
code/__defines/traits/declarations.dm
Normal file
11
code/__defines/traits/declarations.dm
Normal file
@@ -0,0 +1,11 @@
|
||||
// This file contains all of the "static" define strings that tie to a trait.
|
||||
// WARNING: The sections here actually matter in this file as it's tested by CI. Please do not toy with the sections."
|
||||
|
||||
// BEGIN TRAIT DEFINES
|
||||
|
||||
/*
|
||||
Remember to update _globalvars/traits.dm if you're adding/removing/renaming traits.
|
||||
*/
|
||||
|
||||
/// Trait given to a mob that is currently thinking (giving off the "thinking" icon), used in an IC context
|
||||
#define TRAIT_THINKING_IN_CHARACTER "currently_thinking_IC"
|
||||
Reference in New Issue
Block a user