Skip to content

Commit

Permalink
actual
Browse files Browse the repository at this point in the history
  • Loading branch information
ROdenFL committed Dec 28, 2023
1 parent 8098d80 commit c0c2b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GLOBAL_VAR_INIT(observer_default_invisibility, INVISIBILITY_OBSERVER)
//starts ghosts off with all HUDs.
show_me_the_hud(THOUGHTS_HUD)
toggle_all_huds_on(body)
RegisterSignal(src, COMSIG_MOB_HUD_CREATED, .proc/set_ghost_darkness_level) //something something don't call this until we have a HUD
RegisterSignal(src, COMSIG_MOB_HUD_CREATED, PROC_REF(set_ghost_darkness_level)) //something something don't call this until we have a HUD
..()

/mob/dead/observer/Destroy()
Expand Down

0 comments on commit c0c2b25

Please sign in to comment.