mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Covers our ass with the ToS by renaming the licorice creamsicle from being a specific product reference to generic creamsicles. (#67585)
This commit is contained in:
@@ -292,12 +292,12 @@
|
||||
food_reagents = list(/datum/reagent/consumable/hot_coco = 4, /datum/reagent/consumable/cream = 2, /datum/reagent/consumable/vanilla = 3, /datum/reagent/consumable/sugar = 2)
|
||||
overlay_state = "jumbo"
|
||||
|
||||
/obj/item/food/popsicle/nogga_black
|
||||
name = "nogga black"
|
||||
desc = "A salty licorice icecream recently reintroduced due to all records of the controversy being lost to time. Those who cannot remember the past are doomed to repeat it."
|
||||
/obj/item/food/popsicle/licorice_creamsicle
|
||||
name = "Void Bar™"
|
||||
desc = "A salty licorice icecream. A salty frozen treat."
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/salt = 1, /datum/reagent/consumable/cream = 2, /datum/reagent/consumable/vanilla = 1, /datum/reagent/consumable/sugar = 4)
|
||||
tastes = list("salty liquorice")
|
||||
overlay_state = "nogga_black"
|
||||
overlay_state = "licorice_creamsicle"
|
||||
|
||||
/obj/item/food/cornuto
|
||||
name = "cornuto"
|
||||
|
||||
@@ -297,8 +297,8 @@
|
||||
result = /obj/item/food/popsicle/jumbo
|
||||
subcategory = CAT_ICE
|
||||
|
||||
/datum/crafting_recipe/food/nogga_black
|
||||
name = "Nogga black"
|
||||
/datum/crafting_recipe/food/licorice_creamsicle
|
||||
name = "Licorice popsicle"
|
||||
reqs = list(
|
||||
/obj/item/popsicle_stick = 1,
|
||||
/datum/reagent/consumable/blumpkinjuice = 4, //natural source of ammonium chloride
|
||||
@@ -308,5 +308,5 @@
|
||||
/datum/reagent/consumable/vanilla = 2,
|
||||
/datum/reagent/consumable/sugar = 2
|
||||
)
|
||||
result = /obj/item/food/popsicle/nogga_black
|
||||
result = /obj/item/food/popsicle/licorice_creamsicle
|
||||
subcategory = CAT_ICE
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 8.5 KiB |
Reference in New Issue
Block a user