Skip to content

Commit

Permalink
Update code/modules/psionics/abilities/assay.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 2d401ec commit 57d290d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/psionics/abilities/assay.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

var/mob/living/carbon/human/target = hit_atom

if(target.stat == DEAD || target.status_flags & FAKEDEATH)
if(target.stat == DEAD || HAS_FLAG(target.status_flags, FAKEDEATH))
to_chat(user, SPAN_WARNING("Psionic power does not flow through a dead person."))
return

Expand Down

0 comments on commit 57d290d

Please sign in to comment.