Skip to content

Commit

Permalink
slightly reduce plasma ammo :O
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Jun 29, 2023
1 parent 6bdb342 commit 4e99eca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DXRModules/DeusEx/Classes/DXRReduceItems.uc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ replication
function CheckConfig()
{
local int i;
if( ConfigOlderThan(2,5,0,9) ) {
if( ConfigOlderThan(2,5,1,2) ) {
min_rate_adjust = 0.3;
max_rate_adjust = 1.75;

Expand All @@ -47,7 +47,7 @@ function CheckConfig()
i++;

item_reductions[i].type = "AmmoPlasma";
item_reductions[i].percent = 150;
item_reductions[i].percent = 130;
i++;

item_reductions[i].type = "Ammo762mm";
Expand All @@ -64,7 +64,7 @@ function CheckConfig()
i++;

max_ammo[i].type = "AmmoPlasma";
max_ammo[i].percent = 150;
max_ammo[i].percent = 130;
i++;

max_ammo[i].type = "Ammo762mm";
Expand Down

0 comments on commit 4e99eca

Please sign in to comment.