Files
Bubberstation/code/datums/wounds
MrMelbert 332b383bb7 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
/🆑
2023-05-25 23:20:45 +02:00
..
2023-05-05 21:31:28 -04:00