Skip to content

Commit

Permalink
Update code/modules/psionics/interface/ui_hub.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 4f664a8 commit 36b0437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/psionics/interface/ui_hub.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
if(NOT_FLAG(P.ability_flags, PSI_FLAG_CANON))
if(owner_rank < PSI_RANK_HARMONIOUS && HAS_FLAG(P.ability_flags, PSI_FLAG_EVENT))
continue
if(owner_rank < PSI_RANK_HARMONIOUS && (P.ability_flags & PSI_FLAG_ANTAG))
if(owner_rank < PSI_RANK_HARMONIOUS && HAS_FLAG(P.ability_flags, PSI_FLAG_ANTAG))
continue
data["available_psionics"] += list(
list(
Expand Down

0 comments on commit 36b0437

Please sign in to comment.