/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/language.dm

LANGUAGE_ALLFor use in full removal only.
LANGUAGE_ATOMLanguage is linked to the movable directly.
LANGUAGE_MINDLanguage is linked to the mob's mind. If a mind transfer happens, language follows.
LANGUAGE_SPECIESLanguage is linked to the mob's species. If a species change happens, language goes away. If applied to a non-human (no species) atom, this is effectively the same as LANGUAGE_ATOM.
SPOKEN_LANGUAGEThis language can be spoken.
UNDERSTOOD_LANGUAGEThis language can be understood.

Define Details

LANGUAGE_ALL

For use in full removal only.

LANGUAGE_ATOM

Language is linked to the movable directly.

LANGUAGE_MIND

Language is linked to the mob's mind. If a mind transfer happens, language follows.

LANGUAGE_SPECIES

Language is linked to the mob's species. If a species change happens, language goes away. If applied to a non-human (no species) atom, this is effectively the same as LANGUAGE_ATOM.

SPOKEN_LANGUAGE

This language can be spoken.

UNDERSTOOD_LANGUAGE

This language can be understood.