mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-03 19:31:52 +01:00
457a3bb414
Fixes #53219 Nukes is_disabled() Turns several variable value changes into events. bodypart_disabled turned into a boolean value. BODYPART_DISABLED_WOUND turned into TRAIT_DISABLED_BY_WOUND. Not the cleanest thing out there, but it works. Cleans some code and reduces number of updates, as only the extremities have a disabled effect.