mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
* TGUI Say * Add icon_ref_map.json to make tgui-dev-server stop screaming * Update tgui.bundle.js * bundle recompile --------- Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Heroman <alesha3000@list.ru>
12 lines
481 B
Plaintext
12 lines
481 B
Plaintext
// 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"
|