Flips talking icons to the right side

So they don't sit under the HUD icons half the time. Kind of annoying. This is how it used to be.
This commit is contained in:
Arokha Sieyes
2017-12-27 02:38:52 -05:00
parent b13cf41ff9
commit 8a349ee87c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -121,7 +121,7 @@
/mob/zshadow/set_typing_indicator(var/state)
if(!typing_indicator)
typing_indicator = new
typing_indicator.icon = 'icons/mob/talk.dmi' // Looks better on the right with job icons.
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"
if(state && !typing)
overlays += typing_indicator