Skip to content

Commit

Permalink
Update xenoprocs.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill <[email protected]>
  • Loading branch information
Tatarla authored Dec 6, 2024
1 parent 2ccf553 commit e83b7c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/xenoprocs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -385,11 +385,11 @@
if(LIGHTING_PLANE_ALPHA_MOSTLY_VISIBLE, LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE, LIGHTING_PLANE_ALPHA_INVISIBLE)
ENABLE_BITFIELD(sight, SEE_MOBS)
DISABLE_BITFIELD(sight, SEE_OBJS)
DISABLE_BITFIELD(sight, SEE_TURFS)
ENABLE_BITFIELD(sight, SEE_TURFS)
if(LIGHTING_PLANE_ALPHA_NV_TRAIT)
ENABLE_BITFIELD(sight, SEE_MOBS)
DISABLE_BITFIELD(sight, SEE_OBJS)
DISABLE_BITFIELD(sight, SEE_TURFS)
ENABLE_BITFIELD(sight, SEE_TURFS)

lighting_alpha = new_lighting_alpha

Expand Down

0 comments on commit e83b7c3

Please sign in to comment.