Skip to content

Commit

Permalink
server: increase python damage into multiplayer.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Nov 18, 2023
1 parent e106972 commit a7bc9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/multiplay_gamerules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void CHalfLifeMultiplay::RefreshSkillData( void )
gSkillData.plrDmg9MM = 12;

// 357 Round
gSkillData.plrDmg357 = 40;
gSkillData.plrDmg357 = 50;

// MP5 Round
gSkillData.plrDmgMP5 = 12;
Expand Down

0 comments on commit a7bc9d6

Please sign in to comment.