Skip to content

Commit

Permalink
Fix Juggernaut.es
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Dec 14, 2023
1 parent 7cfb90a commit 8d625ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EntitiesMP/Juggernaut.es
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ functions:
}

// cannonballs inflict less damage then the default
if(dmtType==DMT_CANNONBALL || DMT_CANNONBALL_EXPLOSION)
if(dmtType==DMT_CANNONBALL || dmtType==DMT_CANNONBALL_EXPLOSION)
{
fDamageAmmount *= 0.25f;
}
Expand Down

0 comments on commit 8d625ce

Please sign in to comment.