byond - Modules - TypesVar Details

Black Goo

Vars

goo_message_cooldowncooldown for the living mob's symptom messages
infection_ratevariable that handles passive increase of the virus of a host.
stage_countervariable to keep track of the stage level, used to prevent the stage message from being displayed more than once for any given stage.
stage_levelvariable that contains accumulated virus progression for a host. Iterates to a value above 360 and is then reset.
zombie_is_transformingboolean value to determine if the mob is currently transforming into a zombie.

Var Details

goo_message_cooldown

cooldown for the living mob's symptom messages

infection_rate

variable that handles passive increase of the virus of a host.

stage_counter

variable to keep track of the stage level, used to prevent the stage message from being displayed more than once for any given stage.

stage_level

variable that contains accumulated virus progression for a host. Iterates to a value above 360 and is then reset.

zombie_is_transforming

boolean value to determine if the mob is currently transforming into a zombie.