From 05e223d2482b30c5c94de1f72a4a44c69ac90cfc Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Wed, 28 Aug 2013 22:28:31 -0700 Subject: [PATCH] Minor fix for previous commit. --- code/modules/clothing/clothing.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 13f814fdcf..4c1ed6a1dc 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -12,9 +12,9 @@ wearable = 1 break if(!wearable) - M << "Your species cannot wear [src]." - return - ..() + M << "\red Your species cannot wear [src]." + return 0 + return ..() //Ears: currently only used for headsets and earmuffs /obj/item/clothing/ears