diff --git a/code/modules/mob/living/simple_animal/slaughter/slaughter.dm b/code/modules/mob/living/simple_animal/slaughter/slaughter.dm index 764947115d3..96a2b832860 100644 --- a/code/modules/mob/living/simple_animal/slaughter/slaughter.dm +++ b/code/modules/mob/living/simple_animal/slaughter/slaughter.dm @@ -4,6 +4,7 @@ name = "Slaughter Demon" real_name = "Slaughter Demon" desc = "You should run." + speak = list("ire", "ego", "nahlizet", "certum", "veri", "jatkaa", "balaq", "mgar", "karazet", "geeri", "orkan", "allaq") speak_emote = list("gurgles") emote_hear = list("wails","screeches") response_help = "thinks better of touching" @@ -76,7 +77,7 @@ /mob/living/simple_animal/slaughter/Life() ..() if(boost[key_name(M)]: [msg]") usr << "You whisper to [M]: [msg]" - M << "Suddenly a strange, demonic voice resonates in your head... [msg]" + M << "Suddenly a strange, demonic voice resonates in your head... [msg]" for(var/mob/dead/observer/G in player_list) G.show_message("Demonic message from [usr] ([ghost_follow_link(usr, ghost=G)]) to [M] ([ghost_follow_link(M, ghost=G)]): [msg]") diff --git a/icons/obj/wizard.dmi b/icons/obj/wizard.dmi index 60168f993eb..22b7e869860 100644 Binary files a/icons/obj/wizard.dmi and b/icons/obj/wizard.dmi differ