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

carbon_saddle

Allows the attached item to enable saddle mechanics on the mob wearing it.

Vars

saddle_flagsThe piggyback flags to apply to any mob that wears parent.

Procs

mob_unequipped_itemSignal handler for COMSIG_MOB_UNEQUIPPED_ITEM.
mob_unequipped_parentCalled when our parent is inequipped. Handles unsetting signals and traits.
parent_can_equipSignal handler for COMSIG_ITEM_MOB_CAN_EQUIP. If equipped into a non-hands and pockets slot, returns COMPONENT_ITEM_CANT_EQUIP if our owner doesnt have our required organ.
parent_equippedSignal handler for COMSIG_ITEM_POST_EQUIPPED. Handles registering signals and traits on the equipper.
wearer_has_requisite_organDetermines if our wearer, target, has our required organ.
wearer_lost_organSignal handler for COMSIG_CARBON_LOSE_ORGAN. Handles unequipping if the requisite organ is removed.
wearer_riddenSignal handler for COMSIG_HUMAN_SADDLE_RIDE_ATTEMPT. Returns saddle_flags into the signal bitfield.

Var Details

saddle_flags

The piggyback flags to apply to any mob that wears parent.

Proc Details

mob_unequipped_item

Signal handler for COMSIG_MOB_UNEQUIPPED_ITEM.

mob_unequipped_parent

Called when our parent is inequipped. Handles unsetting signals and traits.

parent_can_equip

Signal handler for COMSIG_ITEM_MOB_CAN_EQUIP. If equipped into a non-hands and pockets slot, returns COMPONENT_ITEM_CANT_EQUIP if our owner doesnt have our required organ.

parent_equipped

Signal handler for COMSIG_ITEM_POST_EQUIPPED. Handles registering signals and traits on the equipper.

wearer_has_requisite_organ

Determines if our wearer, target, has our required organ.

wearer_lost_organ

Signal handler for COMSIG_CARBON_LOSE_ORGAN. Handles unequipping if the requisite organ is removed.

wearer_ridden

Signal handler for COMSIG_HUMAN_SADDLE_RIDE_ATTEMPT. Returns saddle_flags into the signal bitfield.