mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 11:16:40 +01:00
4 lines
229 B
Plaintext
4 lines
229 B
Plaintext
/// A special trait key used for adjacency group registration.
|
|
/// This is used because status_traits already exists, and a full COMSIG system is too high in overhead.
|
|
#define TRAIT_OBJ_ADJACENCY_GROUP(KEY) "obj-adj-group-[KEY]"
|