diff --git a/code/modules/mob/living/carbon/human/ai/brain/ai_brain_factions.dm b/code/modules/mob/living/carbon/human/ai/brain/ai_brain_factions.dm index 830edcf8a2..19a87a3afb 100644 --- a/code/modules/mob/living/carbon/human/ai/brain/ai_brain_factions.dm +++ b/code/modules/mob/living/carbon/human/ai/brain/ai_brain_factions.dm @@ -102,6 +102,36 @@ FACTION_MERCENARY, FACTION_TWE, ) + in_combat_lines = list( // zonenote: tweak these. They're entirely the stereotype of "communist russkie" when we can do better than that. also languages + "For the UPP!", + "Die, you animal!", + "Capitalist dog!", + "Shoot them!", + "For glorious Union!", + "Attacking!", + "We will bury them!", + "Uraaaa!!", + "URAAA!!", + "To your last breath!", + "You're worth nothing!", + "This is the end, for you!", + "Die!", + ) + exit_combat_lines = list( + "I need a break...", + "Phew, that was tough work.", + "I think we can stop shooting now?", + "One step closer to victory!", + "Finally, break time.", + ) + squad_member_death_lines = list( + "Man down!", + "Comrade!!", + "Get together!", + "Damn!", + "Taking hits!", + ) + /datum/human_ai_faction/wy faction = FACTION_WY @@ -139,4 +169,3 @@ "Allied unit decomissioned.", "Friendly unit disabled." ) -