/tg/ Station 13 - Modules - TypesDefine Details

code/game/objects/structures/shower.dm

SHOWER_SPRAY_VOLUMEThe volume of it's internal reagents the shower applies to everything it sprays.
SHOWER_EXPOSURE_MULTIPLIERHow much the volume of the shower's spay reagents are amplified by when it sprays something.
SHOWER_TIMED_LENGTHHow long we run in TIMED mode
SHOWER_MODE_UNTIL_EMPTYRun the shower until we run out of reagents.
SHOWER_MODE_TIMEDRun the shower for SHOWER_TIMED_LENGTH time, or until we run out of reagents.
SHOWER_MODE_FOREVERRun the shower forever, pausing when we run out of liquid, and then resuming later.
SHOWER_MODE_COUNTNumber of modes to cycle through

Define Details

SHOWER_EXPOSURE_MULTIPLIER

How much the volume of the shower's spay reagents are amplified by when it sprays something.

SHOWER_MODE_COUNT

Number of modes to cycle through

SHOWER_MODE_FOREVER

Run the shower forever, pausing when we run out of liquid, and then resuming later.

SHOWER_MODE_TIMED

Run the shower for SHOWER_TIMED_LENGTH time, or until we run out of reagents.

SHOWER_MODE_UNTIL_EMPTY

Run the shower until we run out of reagents.

SHOWER_SPRAY_VOLUME

The volume of it's internal reagents the shower applies to everything it sprays.

SHOWER_TIMED_LENGTH

How long we run in TIMED mode