Merge pull request #7764 from Citadel-Station-13/donator-corgi

Adds Corgi Suit for a donator
This commit is contained in:
deathride58
2018-11-24 15:41:41 -05:00
committed by GitHub
@@ -332,10 +332,15 @@ datum/gear/darksabresheath
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/lunasune
ckeywhitelist = list("invader4352")
/datum/gear/gothcoat
name = "Goth Coat"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/gothcoat
ckeywhitelist = list("norko")
/datum/gear/corgisuit
name = "Corgi Suit"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/hooded/ian_costume
ckeywhitelist = list("cathodetherobot")