donator item

This commit is contained in:
LetterJay
2018-06-03 09:01:17 -05:00
parent 5bf3bd761d
commit 85ba48a053
3 changed files with 13 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

@@ -284,3 +284,9 @@ datum/gear/darksabresheath
path = /obj/item/clothing/suit/toggle/labcoat/mad/techcoat
ckeywhitelist = list("wilchen")
/datum/gear/ssk
name = "Jar of Leeches"
category = SLOT_IN_BACKPACK
path = /obj/item/custom/leechjar
ckeywhitelist = list("sgtryder")
@@ -351,3 +351,10 @@
icon_state = "rdcoat"
icon_override = 'icons/mob/custom_w.dmi'
item_state = "rdcoat"
/obj/item/custom/leechjar
name = "Jar of Leeches"
desc = "A dubious cure-all. The cork seems to be sealed fairly well, and the glass impossible to break."
icon = 'icons/obj/custom.dmi'
icon_state = "leechjar"
item_state = "leechjar"