From 52c1f5ad1069132ddf4fcc05b843f2a87b6a1080 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Thu, 12 Apr 2018 20:24:46 -0400 Subject: [PATCH] Allow you to drive taurs with a riding crop --- code/modules/vore/appearance/sprite_accessories_taur_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/appearance/sprite_accessories_taur_vr.dm b/code/modules/vore/appearance/sprite_accessories_taur_vr.dm index 15dd0139e7..de528fb2f8 100644 --- a/code/modules/vore/appearance/sprite_accessories_taur_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_taur_vr.dm @@ -1,5 +1,5 @@ /datum/riding/taur - keytype = null // Riding crop would be nice + keytype = /obj/item/weapon/material/twohanded/fluff/riding_crop // Crack! nonhuman_key_exemption = FALSE // If true, nonhumans who can't hold keys don't need them, like borgs and simplemobs. key_name = "a riding crop" // What the 'keys' for the thing being rided on would be called. only_one_driver = TRUE // If true, only the person in 'front' (first on list of riding mobs) can drive.