Removes transform from speech bubbles when speaker is scaled at less than 2x.

This commit is contained in:
MistakeNot4892
2021-02-28 18:09:34 -05:00
committed by VirgoBot
parent 827b30c844
commit 68e57c5225
6 changed files with 43 additions and 2 deletions
+4
View File
@@ -121,9 +121,13 @@
/mob/zshadow/set_typing_indicator(var/state)
if(!typing_indicator)
<<<<<<< HEAD
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")
>>>>>>> e67c35e... Removes transform from speech bubbles when speaker is scaled at less than 2x. (#7927)
if(state && !typing)
overlays += typing_indicator
typing = 1