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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -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")
@@ -85,6 +85,15 @@
item_state = "labred"
/obj/item/clothing/suit/toggle/labcoat/mad/labredblack
name = "Black and Red Coat"
desc = "An oddly special looking coat."
icon = 'icons/obj/custom.dmi'
icon_state = "labredblack"
icon_override = 'icons/mob/custom_w.dmi'
item_state = "labredblack"
/*Improvedname*/
/obj/item/toy/plush/carrot
@@ -259,6 +268,15 @@
icon_state = "bloodredtie"
icon_override = 'icons/mob/custom_w.dmi'
/obj/item/clothing/suit/puffydress
name = "Puffy Dress"
desc = "A formal puffy black and red Victorian dress."
icon = 'icons/obj/custom.dmi'
icon_override = 'icons/mob/custom_w.dmi'
icon_state = "puffydress"
item_state = "puffydress"
body_parts_covered = CHEST|GROIN|LEGS
/*Fractious*/