mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Adds strawberry ice cream sandwiches (#50065)
* Adds a new frozen food A strawberry ice cream sandwich * Typo in consumable * adds space in between ice cream
This commit is contained in:
@@ -32,6 +32,13 @@
|
||||
required_count = 3
|
||||
wanted_types = list(/obj/item/reagent_containers/food/snacks/icecreamsandwich)
|
||||
|
||||
/datum/bounty/item/chef/strawberryicecreamsandwich
|
||||
name = " Strawberry Ice Cream Sandwiches"
|
||||
description = "Upper management has been screaming non-stop for more flavourful ice cream. Please send some."
|
||||
reward = 5000
|
||||
required_count = 3
|
||||
wanted_types = list(/obj/item/reagent_containers/food/snacks/strawberryicecreamsandwich)
|
||||
|
||||
/datum/bounty/item/chef/bread
|
||||
name = "Bread"
|
||||
description = "Problems with central planning have led to bread prices skyrocketing. Ship some bread to ease tensions."
|
||||
|
||||
@@ -13,6 +13,17 @@
|
||||
tastes = list("ice cream" = 1)
|
||||
foodtype = GRAIN | DAIRY | SUGAR
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/strawberryicecreamsandwich
|
||||
name = "strawberry ice cream sandwich"
|
||||
desc = "Portable ice-cream in its own packaging of the strawberry variety."
|
||||
icon = 'icons/obj/food/frozen_treats.dmi'
|
||||
icon_state = "strawberryicecreamsandwich"
|
||||
bonus_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/consumable/ice = 2)
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/consumable/ice = 2)
|
||||
tastes = list("ice cream" = 2, "berry" = 2)
|
||||
foodtype = FRUIT | DAIRY | SUGAR
|
||||
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/spacefreezy
|
||||
name = "space freezy"
|
||||
desc = "The best icecream in space."
|
||||
|
||||
@@ -13,6 +13,16 @@
|
||||
result = /obj/item/reagent_containers/food/snacks/icecreamsandwich
|
||||
subcategory = CAT_ICE
|
||||
|
||||
/datum/crafting_recipe/food/strawberryicecreamsandwich
|
||||
name = "Strawberry ice cream sandwich"
|
||||
reqs = list(
|
||||
/datum/reagent/consumable/cream = 5,
|
||||
/datum/reagent/consumable/ice = 5,
|
||||
/obj/item/reagent_containers/food/snacks/grown/berries = 2,
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/strawberryicecreamsandwich
|
||||
subcategory = CAT_ICE
|
||||
|
||||
/datum/crafting_recipe/food/spacefreezy
|
||||
name ="Space freezy"
|
||||
reqs = list(
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.7 KiB |
Reference in New Issue
Block a user