mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-03 21:42:06 +00:00
## About The Pull Request The first and biggest thing that is in this pull request is changing the old pizza crate code from something that is hard to parse and full of blahblach = C stuff into things that I believe are more in line with modern standards, which adds the potential for expansion or additions to pizza crates with more ease if, for example, someone wanted to make a flatbread crate or something. I've also changed all of the lizard flatbreads from just /food/pizza/ into being /food/pizza/flatbread so that I could fax them, along with sliced bread. Then I went in on pizzabox code adding various screentips and balloon alerts so that holding stacks of pizza and manipulating them doesnt fill your chat with stuff and finally to pizza code to add screentips.    EDIT: I've changed the code so that instead of using the tool context screentips add element, it adds screentips via the processable add element which means all processable food now has a default screentip of "process" as a result of this PR ## Why It's Good For The Game Old pizza crate code was unclear and now is clear so it should be easier to know what to mess with if someone wants to change them further or add or expand them. We all like screentips! Old pizzaboxes had way too many unnecessary messages getting printed to chat. You can fax root flatbread but not flatbread with toppings on them and while that can make a kind of sense you can fax pizza slices with toppings on them! Bread slices just also makes sense to add while I'm at it. ## Changelog 🆑 add: you can fax flatbreads and slices of bread now, changed all flatbreads into children of pizza/flatbread to allow for this qol: adds screentips to various pizzabox action (stacking, when you can take pizzas out, pizza box bomb stuff) qol: adds a way to add screentips directly into processable food via the add element processable proc refactor: pizza crates work the same but more clearly and more variable /🆑 Co-authored-by: san7890 <the@san7890.com>