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

Fix zombie sequence mess #17225

Merged
merged 3 commits into from Oct 14, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file modified mods/ra/bits/zombie.shp
Binary file not shown.
13 changes: 7 additions & 6 deletions mods/ra/sequences/infantry.yaml
Expand Up @@ -1241,11 +1241,12 @@ zombie:
Facings: 8
stand2:
Start: 8
Length: 8
Facings: 8
run:
Start: 16
Length: 6
Facings: 8
Tick: 100
bite:
Start: 64
Length: 4
Expand All @@ -1256,19 +1257,19 @@ zombie:
Tick: 120
die1:
Start: 106
Length: 7
Length: 8
die2:
Start: 106
Length: 7
Length: 8
die3:
Start: 106
Length: 7
Length: 8
die4:
Start: 106
Length: 7
Length: 8
die5:
Start: 114
Length: 18
Length: 19
die6: electro
Length: *
UseTilesetExtension: true
Expand Down