Space Station 13 - Nebula13 - Modules - TypesDefine Details

code/__defines/interactions.dm

INTERACTION_NEEDS_ADJACENCYThis interaction requires the user to be adjacent to the target.
INTERACTION_NEEDS_PHYSICAL_INTERACTIONThis interaction requires the user to pass a physical interaction check.
INTERACTION_NEEDS_TURFThis interaction requires the target to be on a turf
INTERACTION_NEEDS_INVENTORYThis interaction requires the target to be in the user's inventory.
INTERACTION_NEVER_AUTOMATICThis interaction will always prompt for a selection from the user, even if it is the only available interaction.

Define Details

INTERACTION_NEEDS_ADJACENCY

This interaction requires the user to be adjacent to the target.

INTERACTION_NEEDS_INVENTORY

This interaction requires the target to be in the user's inventory.

INTERACTION_NEEDS_PHYSICAL_INTERACTION

This interaction requires the user to pass a physical interaction check.

INTERACTION_NEEDS_TURF

This interaction requires the target to be on a turf

INTERACTION_NEVER_AUTOMATIC

This interaction will always prompt for a selection from the user, even if it is the only available interaction.