From 328dd913dffc84a4aea548b178b58f31ea5b6ed9 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 15 Sep 2024 22:16:12 -0700 Subject: [PATCH] upp lines by slayer, will be changed later --- .../human/ai/brain/ai_brain_factions.dm | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) 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." ) -