Mail goodies changes (#7337)

This commit is contained in:
Guti
2023-12-06 21:11:03 +01:00
committed by GitHub
parent cc30034760
commit b0691dd670
4 changed files with 83 additions and 59 deletions

View File

@@ -0,0 +1,23 @@
/obj/item/weapon/reagent_containers/glass/bottle/cakebatter
name = "cake batter bottle"
desc = "A bottle of pre-made cake batter."
icon_state = "bottle-1"
prefill = list("cakebatter" = 60)
/obj/item/weapon/reagent_containers/glass/bottle/cinnamonpowder
name = "cake batter bottle"
desc = "A bottle with expensive cinnamon powder."
icon_state = "bottle-1"
prefill = list("cinnamonpowder" = 30) // Expensive!
/obj/item/weapon/reagent_containers/glass/bottle/nothing
name = "empty bottle?"
desc = "An apparently empty bottle."
icon_state = "bottle-1"
prefill = list("nothing" = 60)
/obj/item/weapon/reagent_containers/glass/bottle/gelatin
name = "gelatin bottle"
desc = "A bottle full of gelatin."
icon_state = "bottle-1"
prefill = list("gelatin" = 60)