From f2df54c60b032e992817ebcc4187c7eeef6dce78 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Tue, 8 Nov 2016 14:16:18 -0500 Subject: [PATCH] Fixes taur armor I hate using the github website since it creates a mass of commits, but this isn't a big enough change to open it all up in github. --- code/modules/clothing/suits/armor_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/suits/armor_vr.dm b/code/modules/clothing/suits/armor_vr.dm index beff1156edd..db73acc0beb 100644 --- a/code/modules/clothing/suits/armor_vr.dm +++ b/code/modules/clothing/suits/armor_vr.dm @@ -24,7 +24,7 @@ icon_override = 'icons/mob/taursuits_vr.dmi' //Just in case icon_state = "heavy_wolf_armor" //Just in case pixel_x = -16 - return 1 + return ..() else H << "You need to have a wolf-taur half to wear this." - return 0 \ No newline at end of file + return 0