Skip to content

Commit

Permalink
MaxMultipleItems 5 instead of 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Nov 30, 2023
1 parent 3ad6712 commit d96b9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DXRModules/DeusEx/Classes/DXRFlagsNGPMaxRando.uc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function NewGamePlus()
ClearInHand(p);
RemoveRandomWeapon(p);
MaxMultipleItems(p, 3);
MaxMultipleItems(p, 5);
//Should you actually get fresh augs and credits on a NG+ non-vanilla start map?
//Technically it should make up for levels you skipped past, so maybe?
Expand Down

0 comments on commit d96b9cb

Please sign in to comment.