/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/~nova_defines/vehicles.dm

RIDING_TAURFor use in ride_check_flags. Prevents the piggyback slowdown, causes the riding offsets to be applied.
OVERSIZED_OFFSETApplied when the ridee is oversized. Applied to front offsets.
OVERSIZED_SIDE_OFFSETApplied when the ridee is oversized. Applied to side offsets.
REGULAR_OFFSETApplied when the ridee is normal sized. Applies to front offsets.
REGULAR_SIDE_OFFSETApplied when the ridee is normal sized. Applies to side offsets.
COMSIG_HUMAN_SADDLE_RIDE_ATTEMPTSent when a mob attempts to ride our saddle. Should return a bitfield containing riding flags, ex. RIDER_NEEDS_ARMS (mob/living/carbon)
TRAIT_SADDLEDIf true, the saddled mob can have someone clickdragged onto them to be ridden.

Define Details

COMSIG_HUMAN_SADDLE_RIDE_ATTEMPT

Sent when a mob attempts to ride our saddle. Should return a bitfield containing riding flags, ex. RIDER_NEEDS_ARMS (mob/living/carbon)

OVERSIZED_OFFSET

Applied when the ridee is oversized. Applied to front offsets.

OVERSIZED_SIDE_OFFSET

Applied when the ridee is oversized. Applied to side offsets.

REGULAR_OFFSET

Applied when the ridee is normal sized. Applies to front offsets.

REGULAR_SIDE_OFFSET

Applied when the ridee is normal sized. Applies to side offsets.

RIDING_TAUR

For use in ride_check_flags. Prevents the piggyback slowdown, causes the riding offsets to be applied.

TRAIT_SADDLED

If true, the saddled mob can have someone clickdragged onto them to be ridden.