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

backfire

Traits for plants with backfire effects. These are negative effects that occur when a plant is handled without gloves/unsafely.

Vars

cancel_action_on_backfireWhether our actions are cancelled when the backfire triggers.
genes_to_checkA list of extra genes to check to be considered safe.
traits_to_checkA list of extra traits to check to be considered safe.

Procs

backfire_effectThe actual backfire effect on the user. Override with plant-specific effects.
on_backfireSignal proc for COMSIG_PLANT_ON_BACKFIRE that causes the backfire effect.

Var Details

cancel_action_on_backfire

Whether our actions are cancelled when the backfire triggers.

genes_to_check

A list of extra genes to check to be considered safe.

traits_to_check

A list of extra traits to check to be considered safe.

Proc Details

backfire_effect

The actual backfire effect on the user. Override with plant-specific effects.

on_backfire

Signal proc for COMSIG_PLANT_ON_BACKFIRE that causes the backfire effect.