mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-06 14:29:17 +00:00
* Fixes text input fields not working on copied paper. (#73633) ## About The Pull Request Fixes #71698 The paper copying proc was incomplete and didn't copy over the total field count, which is used for sanity checking/user input verifying. Because this wasn't copied over, none of the copied fields passed validation checks for text input and the ui_act would have rejected the inputs as invalid. ## Why It's Good For The Game I feex. ## Changelog 🆑 fix: Fixes broken input fields on photocopied paper. /🆑 * Fixes text input fields not working on copied paper. --------- Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>