Skip to content

Commit

Permalink
Update PythonFactory.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Desoroxxx committed Jun 25, 2023
1 parent 40e7415 commit 4222af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public Item createGun(CommonProxy commonProxy) {
.withName("Python")
.withAmmoCapacity(6)
.withFireRate(0.2f)
.withRecoil(7f)
.withRecoil(6f)
.withZoom(0.9f)
.withConfigGroup(GunConfigurationGroup.REVOLVER)
.withMaxShots(1)
Expand Down

0 comments on commit 4222af9

Please sign in to comment.