carbon
Procs | |
can_devour | Return FALSE if victim can't be devoured, DEVOUR_FAST if they can be devoured quickly, DEVOUR_SLOW for slow devour |
---|---|
custom_pain_emote | Handles displaying emotes for custom_pain() . Separated into its own proc to account for subtype overrides. |
devour | Attempt to devour victim |
take_blood | BLOOD TRANSFERS |
use_weapon | Processes stabbing eyes with any sharp items. Only works for normal sized or smaller items; if attacking eyes with a large sword will default to parent use_weapon and do a regular attack. |
Proc Details
can_devour
Return FALSE if victim can't be devoured, DEVOUR_FAST if they can be devoured quickly, DEVOUR_SLOW for slow devour
custom_pain_emote
Handles displaying emotes for custom_pain()
. Separated into its own proc to account for subtype overrides.
devour
Attempt to devour victim
Returns TRUE on success, FALSE on failure
take_blood
BLOOD TRANSFERS
use_weapon
Processes stabbing eyes with any sharp items. Only works for normal sized or smaller items; if attacking eyes with a large sword will default to parent use_weapon and do a regular attack.