Merge pull request #6981 from Citadel-Station-13/leechdonate

Jar o' Leeches - Donator Item
This commit is contained in:
deathride58
2018-06-03 22:58:35 +00:00
committed by GitHub
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/leechjar
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"