mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-03 05:21:27 +00:00
## About The Pull Request * Changes a lot of things about surgeries to hopefully bring it up to more modern code standards. * Removes a ton of single-letter vars used in checking surgeries on people. * Makes use of continue/break in for() loops. * Properly documents the vars on surgeries * Turns 'ignore clothes', 'self operating', 'lying required', 'require limb' and 'require real limb' from vars into surgery flags * Removes a lot re-defines of target_mobtype being set to human, as that's the base anyways. * Also tries to organize the vars on each surgery a bit. * Makes the surgery initiator hopefully a little bit more sane * Removes the surgery's can_cancel and stomach pump's accumulated_experience vars, as they were entirely unused. ## Why It's Good For The Game I looked at surgery code and couldn't stand it, this is hopefully helping bring it to something we can stand. This however doesn't touch the individual surgery steps. ## Changelog im exhausted i don't know if this has in-game effects