Added Always Full Ammo. (#1616)

This commit is contained in:
gir489
2023-07-05 17:29:07 -04:00
committed by GitHub
parent 11cd9ab004
commit feeaa2ddbd
7 changed files with 256 additions and 223 deletions

View File

@ -47,6 +47,9 @@ namespace big
if (g.window.ingame_overlay_indicators.show_infinite_ammo)
components::overlay_indicator("Infinite Ammo", g.weapons.infinite_ammo);
if (g.window.ingame_overlay_indicators.show_always_full_ammo)
components::overlay_indicator("Always Full Ammo", g.weapons.always_full_ammo);
if (g.window.ingame_overlay_indicators.show_infinite_mag)
components::overlay_indicator("Infinite Magazine", g.weapons.infinite_mag);