From 0872bdde465d8cda9766fc2e34ab05da1d737d21 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sat, 1 Feb 2025 13:17:25 -0700 Subject: [PATCH] [MIRROR] Let taurs be ridden again (#10030) Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> --- code/modules/mob/new_player/sprite_accessories_taur.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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