mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Set Apply Wetness true on migration.
This commit is contained in:
parent
a8897d7325
commit
4abc509102
2 changed files with 2 additions and 2 deletions
|
|
@ -412,7 +412,7 @@ public class DesignBase
|
|||
SetApplyHatVisible(applyHat);
|
||||
SetApplyVisorToggle(applyVisor);
|
||||
SetApplyWeaponVisible(applyWeapon);
|
||||
SetApplyWetness(DesignData.IsWet());
|
||||
SetApplyWetness(true);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ public class DesignConverter
|
|||
design.SetApplyHatVisible(design.DoApplyEquip(EquipSlot.Head));
|
||||
design.SetApplyVisorToggle(design.DoApplyEquip(EquipSlot.Head));
|
||||
design.SetApplyWeaponVisible(design.DoApplyEquip(EquipSlot.MainHand) || design.DoApplyEquip(EquipSlot.OffHand));
|
||||
design.SetApplyWetness(design.DesignData.IsWet());
|
||||
design.SetApplyWetness(true);
|
||||
design.DesignData = state.ModelData;
|
||||
return design;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue