mirror of
https://gitgud.io/AbstractConcept/rimworld-animations-patch.git
synced 2024-08-15 00:43:27 +00:00
v2.0.7
- Fixed issue where apparel settings were not being saved between sessions - Using the 'set all true / false' buttons in the apparel settings now only applies to the apparel that are currently displayed in the configuration table - Added default apparel settings for Biotech apparel - Set up the strings used in the apparel configuration table menu to be translatable
This commit is contained in:
parent
e139ff14fb
commit
91b3a80400
13 changed files with 193 additions and 199 deletions
|
@ -192,7 +192,7 @@ namespace Rimworld_Animations_Patch
|
|||
|
||||
if (comp?.rimNudeDataStatus == RimNudeDataStatus.NotLoaded)
|
||||
{
|
||||
RimNudeData rimNudeData = ApparelSettings.GetRimNudeData(comp?.apparel);
|
||||
RimNudeData rimNudeData = ApparelSettingsUtility.GetRimNudeData(comp?.apparel);
|
||||
|
||||
if (rimNudeData == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue