Skip to content

Commit

Permalink
fix boiler light
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Aug 25, 2023
1 parent 343a08c commit c82b96b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,10 @@ Make sure their actual health updates immediately.*/
if(on_fire)
new_luminosity += min(fire_stacks, 5)
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 c82b96b

Please sign in to comment.