diff --git a/code/modules/mob/new_player/sprite_accessories_taur.dm b/code/modules/mob/new_player/sprite_accessories_taur.dm index 4d0a3d8de3..7a8a143870 100644 --- a/code/modules/mob/new_player/sprite_accessories_taur.dm +++ b/code/modules/mob/new_player/sprite_accessories_taur.dm @@ -4,7 +4,7 @@ do_colouration = 1 // Yes color, using tail color color_blend_mode = ICON_MULTIPLY // The sprites for taurs are designed for ICON_MULTIPLY - var/can_ride = FALSE //whether we're real rideable taur or just in that category + var/can_ride = TRUE //whether we're real rideable taur or just in that category offset_x = -16 em_block = TRUE