Fix some damagestatevisuals (#15674)

This commit is contained in:
metalgearsloth
2023-04-23 14:29:56 +10:00
committed by GitHub
parent 1d459b636c
commit eabbfefdd2
6 changed files with 1 additions and 51 deletions

View File

@@ -7,31 +7,9 @@
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b",
"states": [
{
"name": "dead",
"delays": [
[
1
]
]
},
{
"name": "monkey",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
"directions": 4
}
]
}