Skip to content

Commit

Permalink
bugfix: Fix animal ability to see in darkness (#4139)
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelPoltavets authored Dec 28, 2023
1 parent cd16f0a commit adc4370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/simple_animal/simple_animal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@
return

SEND_SIGNAL(src, COMSIG_MOB_UPDATE_SIGHT)
overlay_fullscreen("see_through_darkness", /obj/screen/fullscreen/see_through_darkness)
sync_lighting_plane_alpha()

/mob/living/simple_animal/proc/toggle_ai(togglestatus)
Expand Down

0 comments on commit adc4370

Please sign in to comment.