Skip to content

Commit

Permalink
Slight balance
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Jun 8, 2023
1 parent 3d3f1c6 commit 987a5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test_scenes/ingredients/guns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4108,9 +4108,9 @@ float get_penetration(const test_shootable_weapons w) {
case W::LEWS: return 110.0f;
case W::AO44: return 110.0f;
case W::DEAGLE: return 120.0f;
case W::BULLDUP2000: return 140.0f;
case W::BULLDUP2000: return 120.0f;
case W::HUNTER: return 140.0f;
case W::AWKA: return 170.0f;
case W::AWKA: return 150.0f;
default: return 0.0f;
}
}

0 comments on commit 987a5e2

Please sign in to comment.