mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 20:42:08 +00:00
* Adds examine steps and code comments to window doors. (#84498) ## About The Pull Request Window doors, unlike many machines and structures with multi-step construction, was lacking a set of examine instructions to let you know how to build it properly. This PR adds those instructions, and basic instructions for deconstruction as well to windoors and windoor assemblies to make using them more seemless. Also, updates some code comments in the file while I'm here because they're just straight up incorrect, as it turns out! ## Why It's Good For The Game In playing a round, I had absolutely no clue on how to construct a windoor. I quickly checked the code, only to learn that the steps were completely wrong in the documentation too, so this should help prevent this from being an issue going forward. ## Changelog 🆑 qol: Examining a windoor will now provide the construction steps, like other standard buildable objects. /🆑 * Adds examine steps and code comments to window doors. --------- Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>