Navigation Menu

Skip to content

Commit

Permalink
Add hijacker idle sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Smittytron authored and abcdefg30 committed Jul 28, 2018
1 parent 6ec93bd commit a44e36c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/ra/rules/infantry.yaml
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
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

0 comments on commit a44e36c

Please sign in to comment.