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