Skip to content

Commit

Permalink
Fix observer huds resetting
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jun 9, 2024
1 parent 63ce33d commit f2b1a15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@
if(observe_target_mob)
clean_observe_target()

set_huds_from_prefs()

/mob/dead/observer/Destroy(force)
GLOB.observer_list -= src
QDEL_NULL(orbit_menu)
Expand Down

0 comments on commit f2b1a15

Please sign in to comment.