Fixes a speech bubble pref glitch. (#16186)

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-04-10 17:24:47 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 1d86538515
commit 9ee2d05e5f
4 changed files with 52 additions and 6 deletions
@@ -184,8 +184,3 @@
/mob/living/carbon/human/Destroy()
ghost_spawner = null
return ..()
/mob/living/carbon/human/get_speech_bubble_state_modifier()
if(client && client.prefs && client.prefs.speech_bubble_type)
return client.prefs.speech_bubble_type
return ..()