From 22deb5b46edd238a31c021f83b2f2b58d17f67b4 Mon Sep 17 00:00:00 2001 From: Wolfie13 Date: Thu, 9 Apr 2015 04:15:38 +0100 Subject: [PATCH] Added Description Text for Pet Collars Because we know they're not some sort of space-tie. --- code/modules/clothing/under/ties.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 92fe8b9272c..6c4d586d740 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -280,6 +280,7 @@ /obj/item/clothing/tie/petcollar //don't really wear this though please c'mon seriously guys name = "pet collar" + desc = "It's for pets. Though you probably could wear it yourself, you'd doubtless be the subject of ridicule." icon_state = "petcollar" item_color = "petcollar" var/tagname = null