Skip to content

Commit

Permalink
Merge pull request #82 from sheenhm/main
Browse files Browse the repository at this point in the history
  • Loading branch information
choiao0 authored Oct 20, 2023
2 parents cd6c6b9 + 4924799 commit 86c343f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/entity/Ship.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ public final void updatep_2() {
this.skillCooldown.checkFinished();
if (!this.destructionCooldown.checkFinished())
this.spriteType = SpriteType.ShipDestroyed;
this.spriteType = SpriteType.Ship2;
else
this.spriteType = SpriteType.Ship2;
}

/**
Expand Down

0 comments on commit 86c343f

Please sign in to comment.