Skip to content

Commit

Permalink
Update lighting.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustKisik committed Oct 31, 2024
1 parent 9ee1506 commit 0bfb6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/power/lighting.dm
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
update_icon(FALSE)
sleep(rand(5, 15))
on = (get_status() == LIGHT_OK)
update_icon(0)
queue_icon_update(0)
flickering = FALSE

// ai attack - make lights flicker, because why not
Expand Down

0 comments on commit 0bfb6e0

Please sign in to comment.