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

obj_regen

Object integrity regeneration element added by alien alloy.

Vars

currentrunThe current stack of objects we are processing.
processingThe objects that are regenerating due to this element.
rateThe rate of regeneration as a function of maximum integrity.
resumedWhether we stopped processing early the last tick.

Procs

on_take_damageHandles beginning processing objects.
processHandle regenerating attached objects.

Var Details

currentrun

The current stack of objects we are processing.

processing

The objects that are regenerating due to this element.

rate

The rate of regeneration as a function of maximum integrity.

resumed

Whether we stopped processing early the last tick.

Proc Details

on_take_damage

Handles beginning processing objects.

process

Handle regenerating attached objects.