Skip to content

Commit

Permalink
use glovz without mult tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Oct 17, 2023
1 parent ec9234f commit 3b1221b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extra/inno/components_ammo.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Name: "ammo"; Description: "Ammo damage formula"; Types: "custom";
Name: "ammo\default"; Description: "Default"; Flags: exclusive disablenouninstallwarning;
Name: "ammo\glovz_mult"; Description: "Glovz's with damage multiplier tweak"; Flags: exclusive disablenouninstallwarning;
Name: "ammo\glovz"; Description: "Glovz's"; Flags: exclusive disablenouninstallwarning;
Name: "ammo\yaam"; Description: "YAAM"; Flags: exclusive disablenouninstallwarning;
2 changes: 1 addition & 1 deletion extra/inno/ini_ammo.iss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "DamageFormula"; String: "0"; Components: ammo\default;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "DamageFormula"; String: "2"; Components: ammo\glovz_mult;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "DamageFormula"; String: "1"; Components: ammo\glovz;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "DamageFormula"; String: "5"; Components: ammo\yaam;

0 comments on commit 3b1221b

Please sign in to comment.