Skip to content

Commit a44e36c

Browse files
Smittytronabcdefg30
authored andcommitted
Add hijacker idle sequence
1 parent 6ec93bd commit a44e36c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

mods/ra/rules/infantry.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ THF:
512512
Voiced:
513513
VoiceSet: ThiefVoice
514514
WithInfantryBody:
515-
-IdleSequences:
515+
IdleSequences: idle
516516
StandSequences: stand
517517
Buildable:
518518
Description: Steals enemy credits.\n Unarmed
@@ -542,7 +542,7 @@ HIJACKER:
542542
VoiceSet: ThiefVoice
543543
-TakeCover:
544544
WithInfantryBody:
545-
-IdleSequences:
545+
IdleSequences: idle
546546
StandSequences: stand
547547
Crushable:
548548
WarnProbability: 95

mods/ra/sequences/infantry.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,10 @@ thf:
621621
Length: 6
622622
Facings: 8
623623
Tick: 100
624+
idle:
625+
Start: 120
626+
Length: 19
627+
Tick: 120
624628
die1:
625629
Start: 139
626630
Length: 8
@@ -669,6 +673,10 @@ hijacker:
669673
Length: 6
670674
Facings: 8
671675
Tick: 100
676+
idle: thf
677+
Start: 120
678+
Length: 19
679+
Tick: 120
672680
die1: thf
673681
Start: 139
674682
Length: 8

0 commit comments

Comments
 (0)