code/datums/limb.dm

/datum/limb | Limb datums for arms. Describes all activity performed by the limb. Currently, this is basically attack_hand(). |
---|---|
/datum/limb/mouth/maneater | how much stam damage this limb should deal to living mobs how much desorient this limb should apply to living mobs how much stun this limb should apply to living mobs if this limb stunned: how long should this kind of limb not be able to stun the target; to prevent reapplication of stuns list of chems this limb should inject on targets |
amount of chems this limb should inject on targets | |
/datum/limb/mouth/small | for cats/mice/etc |
/datum/limb/hot | Currently used by the High Fever disease which is obtainable from the "Too Much" chem which only shows up in sickly pears, which are currently commented out. Go there to make use of this. |
/datum/limb/small_critter | little critters with teeth, like mice! can pick up small items only. |
/datum/limb/small_critter/med | same as the parent, but can pick up some heavier shit |
/datum/limb/swipe_quake | test for crab attack thing |
/datum/limb/tentacle | I wanted a claw-like limb but without the random item pickup fail |