Adds some parenthesis to some bitwise operations (#76002)

## About The Pull Request

A set of parenthesis a day keeps weird order of operations away

## Why It's Good For The Game

Might be causing bugs?

## Changelog

🆑 Melbert
fix: Maybe fixes minor bugs in disease cure, revolution, hooded suit
code
/🆑
This commit is contained in:
MrMelbert
2023-06-14 00:09:32 -06:00
committed by GitHub
parent 2578154a92
commit bc38acb206
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
stage = new_stage
/datum/disease/proc/has_cure()
if(!(disease_flags & CURABLE | CHRONIC))
if(!(disease_flags & (CURABLE | CHRONIC)))
return FALSE
. = cures.len