Skip to content

Commit

Permalink
Edits to ammo mod component
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Oct 23, 2023
1 parent 5aa8bd9 commit 0a26e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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"; Description: "Ammo damage formula"; Types: "custom"; Flags: fixed;
Name: "ammo\default"; Description: "Default"; Flags: exclusive disablenouninstallwarning;
Name: "ammo\glovz"; Description: "Glovz's"; Flags: exclusive disablenouninstallwarning;
Name: "ammo\yaam"; Description: "YAAM"; Flags: exclusive disablenouninstallwarning;
4 changes: 2 additions & 2 deletions extra/inno/inno.iss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Name: "core"; Description: "Core"; Types: "custom"; Flags: fixed;
Name: "translation"; Description: "Language"; Types: "custom"; Flags: fixed;
#include "components_translations.iss"

#include "components_ammo.iss"

Name: "walk_speed"; Description: "Walk speed fix"; Types: "custom";
Name: "walk_speed\high_fps"; Description: "High FPS"; Flags: exclusive disablenouninstallwarning;
Name: "walk_speed\low_fps"; Description: "Low FPS"; Flags: exclusive disablenouninstallwarning;
Expand All @@ -66,8 +68,6 @@ Name: "goris"; Description: "Faster derobing for Goris"; Types: "custom";
Name: "goris\high_fps"; Description: "High FPS"; Flags: exclusive disablenouninstallwarning;
Name: "goris\low_fps"; Description: "Low FPS"; Flags: exclusive disablenouninstallwarning;

#include "components_ammo.iss"

Name: "qol"; Description: "Enable sfall QoL features"; Types: "custom";

Name: "worldmap"; Description: "Visually enhanced world map"; Types: "custom"; Flags: disablenouninstallwarning
Expand Down

0 comments on commit 0a26e72

Please sign in to comment.