feat(Core/Config): Infinite ammo config setting (#22969)

Co-authored-by: sogladev <sogladev@gmail.com>
This commit is contained in:
Degen
2025-09-23 21:46:04 -03:00
committed by GitHub
parent ae5001d16e
commit d05213d85e
4 changed files with 14 additions and 3 deletions

View File

@@ -4563,6 +4563,13 @@ MunchingBlizzlike.Enabled = 1
Daze.Enabled = 1
#
# InfiniteAmmo.Enabled
# Description: Enable or disable ammo consumption for ranged attacks and thrown weapons.
# Default: 0 - (Blizzlike)
InfiniteAmmo.Enabled = 0
#
###################################################################################################