temperature_pack 
Temperature packs (heat packs, cold packs). Apply to hurt limb to un-hurty.
Vars | |
| 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. |
Procs | |
| 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. |
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.