Set Apply Wetness true on migration.

This commit is contained in:
Ottermandias 2023-09-24 15:29:36 +02:00
parent a8897d7325
commit 4abc509102
2 changed files with 2 additions and 2 deletions

View file

@ -412,7 +412,7 @@ public class DesignBase
SetApplyHatVisible(applyHat);
SetApplyVisorToggle(applyVisor);
SetApplyWeaponVisible(applyWeapon);
SetApplyWetness(DesignData.IsWet());
SetApplyWetness(true);
}
catch (Exception ex)
{