mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-23 07:05:13 +01:00
4400a6dca4
* Add ketchup bottle, for mail and crafting purposes (#73954) 🆑 coiax add: Chefs can sometimes get ketchup bottles in the mail. fix: Ketchup in the crafting menu is now represented as the bottle, rather than an empty condiment pack. /🆑 A lot of recipes are harder to read than they need to be because the reagents don't have useful containers set. Although ketchup has the condiment pack set as its "default container", it doesn't display the red contents in the crafting menu. Using the already existing ketchup bottle sprite that the condimaster uses, made a separate pre-defined ketchup bottle for the reagent to reference, which looks better. And to provide something that cares about the existence of the dedicated ketchup bottle (apart from the copy-pasted condimaster code which I am not brave enough to refactor), lets chefs get ketchup in the mail.  * Add ketchup bottle, for mail and crafting purposes --------- Co-authored-by: Jack Edge <yellowbounder@gmail.com>