mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
* DCS Update + Footstep element * Steppy * Revert "Steppy" This reverts commitfab0590fb7. * Reapply "Steppy" This reverts commit1f7ad8f8f7. * Ough * Oops! Wrong map. * lil stuff * Update * Only loud * Missed one * NO MORE SILENT * ...parenthesis.
8 lines
460 B
Plaintext
8 lines
460 B
Plaintext
// 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"
|
|
/// This trait comes from when a mob is currently typing.
|
|
#define CURRENTLY_TYPING_TRAIT "currently_typing"
|