Files
Bubberstation/code/datums/wounds
SkyratBot c5bac9eb9f [MIRROR] Fix people being immune to wounds after sustaining one [MDB IGNORE] (#21428)
* 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>
2023-05-25 17:26:17 -07:00
..