Yogstation 13 - Modules - TypesVar Details - Proc Details

cyborg gripper

Grippers

Vars

can_holdWhitelist of items types that can be held.
cannot_holdBlacklist of item subtypes that should not be held unless emagged.
wrappedItem currently being held if any.

Procs

drop_heldDrops held item if possible.
take_itemPick up item if possible.
update_overlaysResets overlays and adds a overlay if there is a held item.

Var Details

can_hold

Whitelist of items types that can be held.

cannot_hold

Blacklist of item subtypes that should not be held unless emagged.

wrapped

Item currently being held if any.

Proc Details

drop_held

Drops held item if possible.

take_item

Pick up item if possible.

update_overlays

Resets overlays and adds a overlay if there is a held item.