mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
Restore sugar/flour packet transfers (#19251)
* honey extractor qol * kitchen tweaks * Update condiment.dm reagent is spelled with a c not a q, oopsie * Update hospitality.dm add condiments crate * burger patty, mustard plant * Update food_drinks.dm small description update for the seed pods * supply: meat and fixes * move tether beehives * reduce standard condiment transfer value * catering: colour correct carrots, citrus * catering: vinegar recipes * fix vinegar recipes * fix recipe ids * fix duplicate def init * restore sugar/flour packet transfers --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
61ded48bea
commit
7e822d062f
@@ -497,6 +497,7 @@
|
||||
volume = 220
|
||||
center_of_mass_x = 16
|
||||
center_of_mass_y = 8
|
||||
amount_per_transfer_from_this = 5
|
||||
|
||||
/obj/item/reagent_containers/food/condiment/carton/flour/on_reagent_change()
|
||||
update_icon()
|
||||
@@ -529,6 +530,7 @@
|
||||
volume = 120
|
||||
center_of_mass_x = 16
|
||||
center_of_mass_y = 8
|
||||
amount_per_transfer_from_this = 5
|
||||
|
||||
/obj/item/reagent_containers/food/condiment/carton/sugar/on_reagent_change()
|
||||
update_icon()
|
||||
|
||||
Reference in New Issue
Block a user