Skip to content

Commit

Permalink
Update code/modules/organs/organ_external.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 773461b commit 2d401ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/organs/organ_external.dm
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
var/laser = (damage_flags & DAMAGE_FLAG_LASER)
var/sharp = (damage_flags & DAMAGE_FLAG_SHARP)
var/edge = (damage_flags & DAMAGE_FLAG_EDGE)
var/psionic = (damage_flags & DAMAGE_FLAG_PSIONIC)
var/psionic = HAS_FLAG(damage_flags, DAMAGE_FLAG_PSIONIC)
var/blunt = !!(brute && !sharp && !edge)

/// Psionics and psionically deaf species take varying amounts of damage from psionic abilities.
Expand Down

0 comments on commit 2d401ec

Please sign in to comment.