diff --git a/code/game/dna/genes/goon_powers.dm b/code/game/dna/genes/goon_powers.dm index 7c43b8d407f..bf89f3fcb7b 100644 --- a/code/game/dna/genes/goon_powers.dm +++ b/code/game/dna/genes/goon_powers.dm @@ -515,7 +515,7 @@ if (61 to 80) usr << "\blue Condition: [M.name] is suffering mild pain." if (41 to 60) - usr << "\blue Condition: [M.name] is suffering significant pain." + usr << "\blue Condition: [M.name] is suffering significant pain." if (21 to 40) usr << "\blue Condition: [M.name] is suffering severe pain." else @@ -524,13 +524,13 @@ switch(M.a_intent) if ("help") - usr << "\blue Mood: You sense benevolent thoughts from [M.name]." + usr << "\blue Mood: You sense benign thoughts from [M.name]." if ("disarm") usr << "\blue Mood: You sense cautious thoughts from [M.name]." if ("grab") - usr << "\blue Mood: You sense hostile thoughts from [M.name]." + usr << "\blue Mood: You sense aggressive thoughts from [M.name]." if ("harm") - usr << "\blue Mood: You sense cruel thoughts from [M.name]." + usr << "\blue Mood: You sense violent thoughts from [M.name]." for(var/mob/living/L in view(7,M)) if (L == M) continue