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:
Killian
2026-03-04 18:37:32 -05:00
committed by GitHub
co-authored by Cameron Lennox
parent 61ded48bea
commit 7e822d062f
+2
View File
@@ -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()