Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hijacker idle sequence #15408

Merged
merged 1 commit into from
Jul 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mods/ra/rules/infantry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ THF:
Voiced:
VoiceSet: ThiefVoice
WithInfantryBody:
-IdleSequences:
IdleSequences: idle
StandSequences: stand
Buildable:
Description: Steals enemy credits.\n Unarmed
Expand Down Expand Up @@ -542,7 +542,7 @@ HIJACKER:
VoiceSet: ThiefVoice
-TakeCover:
WithInfantryBody:
-IdleSequences:
IdleSequences: idle
StandSequences: stand
Crushable:
WarnProbability: 95
Expand Down
8 changes: 8 additions & 0 deletions mods/ra/sequences/infantry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,10 @@ thf:
Length: 6
Facings: 8
Tick: 100
idle:
Start: 120
Length: 19
Tick: 120
die1:
Start: 139
Length: 8
Expand Down Expand Up @@ -669,6 +673,10 @@ hijacker:
Length: 6
Facings: 8
Tick: 100
idle: thf
Start: 120
Length: 19
Tick: 120
die1: thf
Start: 139
Length: 8
Expand Down