maplestation_modules/code/__DEFINES/_module_defines.dm 
| EXAMINE_FLAVOR_MAX_DISPLAYED | -- Module defines for all maplestation_modules files. -- How much flavor text gets displayed before cutting off. |
|---|---|
| LANGUAGE_PREF | Language flag for languages added via quirk |
| COMPANY_FILE | Some string files. |
| TRAIT_VIRUS_CONTACT_IMMUNE | Essentially a buffed version of TRAIT_VIRUS_RESISTANCE, but not as strong as TRAIT_VIRUS_IMMUNE. Outright prevents contraction of disease, but if you do get sick, you're not immune to it. |
| SOUND_NORMAL | Defines for speech sounds |
| MAX_LOADOUTS | Max loadout presets available |
| CAFFEINE_POINTS_WEAK | How much "caffeine points" does 1 metabolization tick (0.2u) of a "weak" drink provide |
| CAFFEINE_POINTS_COFFEE | How much "caffeine points" does 1 metabolization tick (0.2u) of coffee provide |
| CAFFEINE_POINTS_ENERGY | How much "caffeine points" does 1 metabolization tick (0.2u) of energy drinks provide |
Define Details
CAFFEINE_POINTS_COFFEE 
How much "caffeine points" does 1 metabolization tick (0.2u) of coffee provide
CAFFEINE_POINTS_ENERGY 
How much "caffeine points" does 1 metabolization tick (0.2u) of energy drinks provide
CAFFEINE_POINTS_WEAK 
How much "caffeine points" does 1 metabolization tick (0.2u) of a "weak" drink provide
COMPANY_FILE 
Some string files.
EXAMINE_FLAVOR_MAX_DISPLAYED 
-- Module defines for all maplestation_modules files. -- How much flavor text gets displayed before cutting off.
LANGUAGE_PREF 
Language flag for languages added via quirk
MAX_LOADOUTS 
Max loadout presets available
SOUND_NORMAL 
Defines for speech sounds
TRAIT_VIRUS_CONTACT_IMMUNE 
Essentially a buffed version of TRAIT_VIRUS_RESISTANCE, but not as strong as TRAIT_VIRUS_IMMUNE. Outright prevents contraction of disease, but if you do get sick, you're not immune to it.