Added Always Full Ammo. (#1616)

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

View File

@ -17,6 +17,7 @@ namespace big
ImGui::BeginGroup();
components::command_checkbox<"infammo">();
components::command_checkbox<"alwaysfullammo">();
components::command_checkbox<"infclip">();
components::command_checkbox<"infrange">();
ImGui::Checkbox("Allow Weapons In Interiors", &g.weapons.interior_weapon);