code/__DEFINES/~~bubber_defines/vehicles.dm 
| RIDING_TAUR | For use in ride_check_flags. Prevents the piggyback slowdown, causes the riding offsets to be applied. |
|---|---|
| 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. |
| FEATHERWEIGHT_OFFSET | Sprite offset applied when carrying someone with featherweight quirk. Applies to front offsets. |
| FEATHERWEIGHT_SIDE_OFFSET | Sprite offset applied when carrying someone with featherweight quirk. Applies to side offsets. |
| 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) |
| TRAIT_SADDLED | If 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)
FEATHERWEIGHT_OFFSET 
Sprite offset applied when carrying someone with featherweight quirk. Applies to front offsets.
FEATHERWEIGHT_SIDE_OFFSET 
Sprite offset applied when carrying someone with featherweight quirk. Applies to side offsets.
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.