mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Cream cheese, beer, bagels and shmear. (#21540)
 -Adds cream cheese to the game because I'm tired of committing the atrocity of making foods out of blocks of cheese and cream. -Adds 5 new food dishes to the game including a few commissioned dishes from Sankt Frederick (The new dishes: Belinas, Bierocks, Cream cheese bagels, Cream cheese toast, and smoked salmon bagels) -Adds 2 new beers to the game, a Xanan one and one from Sankt Frederick -Adds the new beers as well as multiple existing beer bottles to the Booze-O-Mat because currently there is no place to get any bottles of beer on the station which is more than a little weird.
This commit is contained in:
@@ -586,6 +586,20 @@
|
||||
groupable = TRUE
|
||||
spawn_amount = 1
|
||||
|
||||
/singleton/cargo_item/cream_cheese
|
||||
category = "hospitality"
|
||||
name = "cream cheese container"
|
||||
supplier = "getmore"
|
||||
description = "A single container of cheese, it seems to be of the creamed variety."
|
||||
price = 4.50
|
||||
items = list(
|
||||
/obj/item/reagent_containers/food/condiment/cream_cheese
|
||||
)
|
||||
access = 0
|
||||
container_type = "freezer"
|
||||
groupable = TRUE
|
||||
spawn_amount = 1
|
||||
|
||||
/singleton/cargo_item/fatshouters
|
||||
category = "hospitality"
|
||||
name = "fatshouters milk carton"
|
||||
|
||||
Reference in New Issue
Block a user