mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +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"
|
||||
|
||||
Reference in New Issue
Block a user