Merge pull request #9815 from VOREStation/upstream-merge-7927

[MIRROR] Removes transform from speech bubbles when speaker is scaled at less than 2x.
This commit is contained in:
Novacat
2021-03-09 17:40:51 -05:00
committed by Chompstation Bot
parent 4dafc3196e
commit 7c4508f6c3
6 changed files with 25 additions and 16 deletions

View File

@@ -121,9 +121,7 @@
/mob/zshadow/set_typing_indicator(var/state)
if(!typing_indicator)
typing_indicator = new
typing_indicator.icon = 'icons/mob/talk_vr.dmi' // Looks better on the right with job icons. //VOREStation Edit - talk_vr.dmi instead of talk.dmi for right-side icons
typing_indicator.icon_state = "typing"
init_typing_indicator("typing")
if(state && !typing)
overlays += typing_indicator
typing = 1