mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 17:35:05 +00:00
* Very quick wound code improvement (#77814) ## About The Pull Request Replaces four hardcoded `locate(wound) in wounds` with a proc and 1 loop. ## Why It's Good For The Game Why iterate over a loop four times when you can iterate once? ## Changelog 🆑 Melbert code: Cleans up limb wound examine text code a tad. /🆑 * Very quick wound code improvement * Modular update --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>