diff --git a/mods/ra/bits/stavcmdr.aud b/mods/ra/bits/stavcmdr.aud new file mode 100644 index 0000000000..5bcc0adf12 Binary files /dev/null and b/mods/ra/bits/stavcmdr.aud differ diff --git a/mods/ra/bits/stavcrse.aud b/mods/ra/bits/stavcrse.aud new file mode 100644 index 0000000000..ecc1b28c95 Binary files /dev/null and b/mods/ra/bits/stavcrse.aud differ diff --git a/mods/ra/bits/stavmov.aud b/mods/ra/bits/stavmov.aud new file mode 100644 index 0000000000..05f6d06834 Binary files /dev/null and b/mods/ra/bits/stavmov.aud differ diff --git a/mods/ra/bits/stavyes.aud b/mods/ra/bits/stavyes.aud new file mode 100644 index 0000000000..b853570cac Binary files /dev/null and b/mods/ra/bits/stavyes.aud differ diff --git a/mods/ra/rules/infantry.yaml b/mods/ra/rules/infantry.yaml index 1817d346b1..e84104702f 100644 --- a/mods/ra/rules/infantry.yaml +++ b/mods/ra/rules/infantry.yaml @@ -383,6 +383,8 @@ GNRL: Inherits: ^CivInfantry Tooltip: Name: General + Selectable: + Voice: StavrosVoice THF: Inherits: ^Infantry diff --git a/mods/ra/voices.yaml b/mods/ra/voices.yaml index fe2710bb48..27b02ec431 100644 --- a/mods/ra/voices.yaml +++ b/mods/ra/voices.yaml @@ -94,4 +94,11 @@ AntVoice: Select: antbite Move: antbite Attack: antbite - Die: antdie \ No newline at end of file + Die: antdie + +StavrosVoice: + Voices: + Select: stavcmdr + Move: stavcrse, stavyes, stavmov + Attack: stavcrse, stavyes + Die: dedman1,dedman2,dedman3,dedman4,dedman5,dedman6,dedman7,dedman8,dedman10 \ No newline at end of file