byond - Modules - TypesVar Details - Proc Details

wound

WOUNDS

Vars

damageamount of damage this wound has
damage_typeone of CUT, BRUISE, BURN
descdescription of the wound
parent_limbThe limb this wound is on

Procs

heal_wound_damageheal the given amount of damage, and if the given amount of damage was more than what needed to be healed, return how much heal was left
open_woundReopens the wound again. Remove applied treatment, if there is any, and add new damage
processCalled by the parent limb every life tick by default

Var Details

damage

amount of damage this wound has

damage_type

one of CUT, BRUISE, BURN

desc

description of the wound

parent_limb

The limb this wound is on

Proc Details

heal_wound_damage

heal the given amount of damage, and if the given amount of damage was more than what needed to be healed, return how much heal was left

open_wound

Reopens the wound again. Remove applied treatment, if there is any, and add new damage

process

Called by the parent limb every life tick by default