mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-29 10:31:34 +00:00
## About The Pull Request Adds new variables and removes minor hardcoding with the `/obj/structure/table` adding the variables `var/flipped_table_icon` `var/unflip_table_sound` `var/flipped_table_sound` ## Why It's Good For The Game This will provide more modular-ability, maintenance, and general care for changes up and down the stream. allowing modules and individual things to be made without affecting the /TG/ master files. Including with these new sound variables, it allows further control over how things should sound, not having to code-dive to find and change anything. Making it much easier to control. ## Changelog No player facing changes.