Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/human/human.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Fluffy <[email protected]>
  • Loading branch information
NonQueueingMatt and FluffyGhoster authored Jul 28, 2023
1 parent 0d9d7f8 commit 9546ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@

species.set_default_tail(src)

if(species.psi_deaf || (species.flags & IS_MECHANICAL) || (species.flags & NO_SCAN))
if(species.psi_deaf || HAS_FLAG(species.flags, IS_MECHANICAL) || HAS_FLAG(species.flags, NO_SCAN))
ADD_TRAIT(src, TRAIT_PSIONICALLY_DEAF, INNATE_TRAIT)

if(client)
Expand Down

0 comments on commit 9546ae5

Please sign in to comment.