Skip to content

Commit

Permalink
Possible fix for tiny lasting lights on xenos
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 28, 2023
1 parent a52cef5 commit 2bb76db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,8 @@ Make sure their actual health updates immediately.*/
set_light_range(new_luminosity) // light up xenos
if(new_luminosity)
set_light_on(TRUE)
else
set_light_on(FALSE)

/mob/living/carbon/xenomorph/handle_stunned()
if(stunned)
Expand Down

0 comments on commit 2bb76db

Please sign in to comment.