Added pink labcoat.

This commit is contained in:
SkyMarshal
2012-01-11 22:21:26 -07:00
parent 98b6019f99
commit 80761ed2e5
4 changed files with 12 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ var/list/CustomItemList = list(
// ckey real_name item path
list("skymarshal", "Phillip Oswald", /obj/item/weapon/coin/silver), //Phillip likes to chew on cigars. Just unlit cigars, don't ask me why. Must be a clone thing. (Cigarette machines dispense cigars if they have a coin in them) --SkyMarshal
list("spaceman96", "Trenna Seber", /obj/item/weapon/pen/multi), //For Spesss.
list("spaceman96", "Trenna Seber", /obj/item/clothing/suit/storage/labcoat/pink), //For Spesss.
list("asanadas", "Book Berner", /obj/item/clothing/under/chameleon/psyche)
)