mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Fixes a speech bubble pref glitch. (#16186)
Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -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 ..()
|
||||
Reference in New Issue
Block a user