REALLY right-side talk icons

I see the 'just talked' one flips back over.
This commit is contained in:
Arokha Sieyes
2017-03-08 19:59:29 -05:00
parent fa59590019
commit ef69742a1c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ proc/get_radio_key_from_channel(var/channel)
//The 'post-say' static speech bubble
var/speech_bubble_test = say_test(message)
var/image/speech_bubble = image('icons/mob/talk.dmi',src,"h[speech_bubble_test]")
var/image/speech_bubble = image('icons/mob/talk_vr.dmi',src,"h[speech_bubble_test]") //VOREStation Edit - Right-side talk icons
spawn(30) qdel(speech_bubble)
//Main 'say' and 'whisper' message delivery
+1 -1
View File
@@ -111,7 +111,7 @@
//Speech bubbles.
if(comm)
var/speech_bubble_test = say_test(message)
var/image/speech_bubble = image('icons/mob/talk.dmi',comm,"h[speech_bubble_test]")
var/image/speech_bubble = image('icons/mob/talk_vr.dmi',comm,"h[speech_bubble_test]") //VOREStation Edit - Right side talk icons
spawn(30)
qdel(speech_bubble)