mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Minor Kitchen Changes (#4765)
Ports Mixing Bowls from Baystation. Adds Mixing Bowls to the Kitchen Vendor. Removes the Butcher Knife from the contraband List, add its to the normal Kitchen Vendor. Balances the Kitchen Vendor around two Chefs.
This commit is contained in:
@@ -542,16 +542,17 @@
|
||||
/obj/item/weapon/material/kitchen/utensil/fork = 6,
|
||||
/obj/item/weapon/material/kitchen/utensil/knife = 6,
|
||||
/obj/item/weapon/material/kitchen/utensil/spoon = 6,
|
||||
/obj/item/weapon/material/knife = 3,
|
||||
/obj/item/weapon/material/knife = 2,
|
||||
/obj/item/weapon/material/knife/butch = 2,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass = 8,
|
||||
/obj/item/clothing/suit/chef/classic = 2,
|
||||
/obj/item/weapon/material/kitchen/rollingpin = 2,
|
||||
/obj/item/weapon/reagent_containers/cooking_container/oven = 5,
|
||||
/obj/item/weapon/reagent_containers/cooking_container/fryer = 4,
|
||||
/obj/item/weapon/storage/toolbox/lunchbox/nt = 6
|
||||
/obj/item/weapon/storage/toolbox/lunchbox/nt = 6,
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/bowl = 4
|
||||
)
|
||||
contraband = list(
|
||||
/obj/item/weapon/material/knife/butch = 2,
|
||||
/obj/item/weapon/storage/toolbox/lunchbox/syndicate = 2
|
||||
)
|
||||
restock_items = 1
|
||||
|
||||
@@ -176,6 +176,18 @@
|
||||
possible_transfer_amounts = list(5,10,15,25,30,60,120)
|
||||
flags = OPENCONTAINER
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/bowl
|
||||
name = "mixing bowl"
|
||||
desc = "A large mixing bowl."
|
||||
icon = 'icons/obj/kitchen.dmi'
|
||||
icon_state = "mixingbowl"
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 300)
|
||||
volume = 180
|
||||
amount_per_transfer_from_this = 10
|
||||
possible_transfer_amounts = list(5,10,15,25,30,60,180)
|
||||
flags = OPENCONTAINER
|
||||
unacidable = 0
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/noreact
|
||||
name = "cryostasis beaker"
|
||||
desc = "A cryostasis beaker that allows for chemical storage without reactions."
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: LordRaven001
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Ports mixing bowls from Baystation"
|
||||
- tweak: "Removed butcher knives from the contraband section in the vendor, added them to the normal vendor."
|
||||
- balance: "Balanced the Kitchen Vendor around 2 Chefs"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user