Skip to content

Commit

Permalink
dude what???
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Oct 4, 2024
1 parent 373b4a5 commit 7a3f225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/preload/scripts/characters/tankman-atlas.hxc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TankmanAtlasCharacter extends AnimateAtlasCharacter {
switch(event.note.kind) {
case "ugh":
holdTimer = 0;
this.playAnimFbfation('ugh');
this.playAnimation('ugh');
return;
case "hehPrettyGood":
holdTimer = 0;
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/scripts/characters/tankman.hxc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TankmanCharacter extends MultiSparrowCharacter {
switch(event.note.kind) {
case "ugh":
holdTimer = 0;
this.playAnimation('ugh', true, true);
this.playAnimation('ugh', true, false);
return;
case "hehPrettyGood":
holdTimer = 0;
Expand Down

0 comments on commit 7a3f225

Please sign in to comment.