mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-18 13:43:27 +00:00
* Fix people being immune to wounds after sustaining one (#75643) ## About The Pull Request It's status flags not status effect `if(list() & bitflag)` -> `if(list())` -> `TRUE` <Details> https://github.com/tgstation/tgstation/assets/51863163/f3a6dc5d-8458-4dd6-8852-93767b6e9e0e </Details> ## Changelog 🆑 Melbert fix: Fix being unable to wound people who are wounded /🆑 * Fix people being immune to wounds after sustaining one --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>