mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 07:23:16 +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:
7
code/__defines/traits/sources.dm
Normal file
7
code/__defines/traits/sources.dm
Normal file
@@ -0,0 +1,7 @@
|
||||
// This file contains all of the trait sources, or all of the things that grant traits.
|
||||
// Several things such as `type` or `REF(src)` may be used in the ADD_TRAIT() macro as the "source", but this file contains all of the defines for immutable static strings.
|
||||
|
||||
/// cannot be removed without admin intervention
|
||||
// #define ROUNDSTART_TRAIT "roundstart" //CHOMPRemove, already exists in traits
|
||||
/// This trait comes from when a mob is currently typing.
|
||||
#define CURRENTLY_TYPING_TRAIT "currently_typing"
|
||||
Reference in New Issue
Block a user