Skip to content

Commit

Permalink
bugfixes and paperRoll sound
Browse files Browse the repository at this point in the history
  • Loading branch information
mklemmingen committed Jan 14, 2024
1 parent c9691cd commit 6a7d11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/com/boomchess/game/backend/subsoldier/Wardog.java
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public int defendAndBleed(int damage, Soldier soldierAttack) {
}

public void makeASound(){
if(BoomChess.isMedievalMode){
if(!(BoomChess.isMedievalMode)){
if(dogIsJeep){
BoomChess.smallArmsSound.play(BoomChess.soundVolume);
} else {
Expand Down

0 comments on commit 6a7d11b

Please sign in to comment.