Merge pull request #6981 from Citadel-Station-13/leechdonate
Jar o' Leeches - Donator Item
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user