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:
Octopus
2018-05-27 00:57:12 +03:00
committed by Erki
parent cc8421411e
commit c8fe4454a8
4 changed files with 22 additions and 3 deletions
+4 -3
View File
@@ -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