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

temperature_pack

Temperature packs (heat packs, cold packs). Apply to hurt limb to un-hurty.

Vars

activeWhether our pack is active.
pain_heal_amountThe amount of pain that our pack heals when used.
pain_limb_modifierThe modifier put onto the limb when used.
temperature_changeThe change in temperature applied to the user while our pack is in use.
usedWhether our pack has been used.

Procs

activate_packActivate [src] from [user], making it into a temperature pack that can be used, that expires in 5 minutes.
deactivate_packDeactivate [src], making it unusable, and sending signal COMSIG_TEMPERATURE_PACK_EXPIRED.

Var Details

active

Whether our pack is active.

pain_heal_amount

The amount of pain that our pack heals when used.

pain_limb_modifier

The modifier put onto the limb when used.

temperature_change

The change in temperature applied to the user while our pack is in use.

used

Whether our pack has been used.

Proc Details

activate_pack

Activate [src] from [user], making it into a temperature pack that can be used, that expires in 5 minutes.

deactivate_pack

Deactivate [src], making it unusable, and sending signal COMSIG_TEMPERATURE_PACK_EXPIRED.