rewards
This commit is contained in:
QuoteFox
2021-01-11 14:58:25 +00:00
parent 94aead92a3
commit 08ac911c23
4 changed files with 13 additions and 0 deletions
+7
View File
@@ -88,3 +88,10 @@
/obj/item/storage/pill_bottle/betablock/PopulateContents()
for(var/i in 1 to 7)
new /obj/item/reagent_containers/pill/betablock(src)
/obj/item/clothing/head/crystalline //this is ss13, it would be a sin to not include this..
name = "crystalline shards"
icon = 'hyperstation/icons/obj/rewards.dmi'
desc = "A handful of blue crystals. They look like they came from some sort of cave."
alternate_worn_icon = 'hyperstation/icons/mobs/rewards.dmi'
icon_state = "crystalline"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

@@ -93,3 +93,9 @@
path = /obj/item/storage/pill_bottle/heat
ckeywhitelist = list("natak")
/datum/gear/natak
name = "Crystalline Shards"
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/head/crystalline
ckeywhitelist = list("dragontrance")