Skip to content

Commit

Permalink
upp lines by slayer, will be changed later
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Sep 16, 2024
1 parent 7ca0020 commit 328dd91
Showing 1 changed file with 30 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -139,4 +169,3 @@
"Allied unit decomissioned.",
"Friendly unit disabled."
)

0 comments on commit 328dd91

Please sign in to comment.