mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-21 06:57:44 +01:00
Add option to apply entire weapon.
This commit is contained in:
parent
5fd4a83aa4
commit
b6549899e8
5 changed files with 92 additions and 35 deletions
|
|
@ -68,6 +68,9 @@ public class SettingsTab(
|
|||
if (!ImGui.CollapsingHeader("Glamourer Behavior"))
|
||||
return;
|
||||
|
||||
Checkbox("Always Apply Entire Weapon for Mainhand",
|
||||
"When manually applying a mainhand item, will also apply a corresponding offhand and potentially gauntlets for certain fist weapons.",
|
||||
config.ChangeEntireItem, v => config.ChangeEntireItem = v);
|
||||
Checkbox("Use Replacement Gear for Gear Unavailable to Your Race or Gender",
|
||||
"Use different gender- and race-appropriate models as a substitute when detecting certain items not available for a characters current gender and race.",
|
||||
config.UseRestrictedGearProtection, v => config.UseRestrictedGearProtection = v);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue