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