Merge pull request #7764 from Citadel-Station-13/donator-corgi
Adds Corgi Suit for a donator
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user