/tg/ Station 13 - Modules - TypesVar Details - Proc Details

protean

Vars

metabolism_modifierMultiplicative modifier to how fast we lose metal
metalHow much metal are we holding currently (In sheets)
metal_maxHow much max metal can we hold at any given time (In sheets). This isn't using nutrition code because nutrition code gets weird without livers.

Procs

after_eatIf we ate a sheet of metal, add it to storage.
try_stomach_eatCheck to see if our metal storage is full.

Var Details

metabolism_modifier

Multiplicative modifier to how fast we lose metal

metal

How much metal are we holding currently (In sheets)

metal_max

How much max metal can we hold at any given time (In sheets). This isn't using nutrition code because nutrition code gets weird without livers.

Proc Details

after_eat

If we ate a sheet of metal, add it to storage.

try_stomach_eat

Check to see if our metal storage is full.