adds two donator items

This commit is contained in:
LetterJay
2018-03-11 07:22:46 -05:00
parent 9f72d1f6e5
commit 1f3c9fca30
4 changed files with 37 additions and 1 deletions
@@ -198,9 +198,27 @@
category = slot_wear_suit
path = /obj/item/clothing/under/gladiator
ckeywhitelist = list("aroche")
/datum/gear/bloodredtie
name = "Blood Red Tie"
category = slot_neck
path = /obj/item/clothing/neck/tie/bloodred
ckeywhitelist = list("kyutness")
/datum/gear/puffydress
name = "Puffy Dress"
category = slot_wear_suit
path = /obj/item/clothing/suit/puffydress
//ckeywhitelist = //Don't know their ckey yet
/datum/gear/labredblack
name = "Black and Red Coat"
category = slot_wear_suit
path = /obj/item/clothing/suit/toggle/labcoat/mad/labredblack
ckeywhitelist = list("Blakeryan")