Skip to content

Commit

Permalink
whispering should use the correct new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Aug 25, 2023
1 parent 1d02f51 commit 224e558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/whisper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

//now mobs
var/speech_bubble_test = say_test(message)
var/image/speech_bubble = image('icons/mob/hud/talk.dmi',src,"h[speech_bubble_test]")
var/image/speech_bubble = image('icons/mob/effects/talk.dmi',src,"[bubble_icon][speech_bubble_test]")
speech_bubble.appearance_flags = NO_CLIENT_COLOR|KEEP_APART|RESET_COLOR

var/not_dead_speaker = (stat != DEAD)
Expand Down

0 comments on commit 224e558

Please sign in to comment.