Fixes bitwise flag negation errors. (#58870)

These have been in the codebase for many years. Love, ZeWaka
This commit is contained in:
ZeWaka
2021-05-04 22:37:56 -07:00
committed by GitHub
parent d3fe5187b0
commit b86aaf3307
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -178,7 +178,7 @@
chosen_candidate.client.prefs.copy_to(ert_operative)
ert_operative.key = chosen_candidate.key
if(ertemplate.enforce_human || !ert_operative.dna.species.changesource_flags & ERT_SPAWN) // Don't want any exploding plasmemes
if(ertemplate.enforce_human || !(ert_operative.dna.species.changesource_flags & ERT_SPAWN)) // Don't want any exploding plasmemes
ert_operative.set_species(/datum/species/human)
//Give antag datum