Don't fix memories on g7

delete em
Closes #564
This commit is contained in:
Kurt 2016-12-02 22:08:52 -08:00
parent e18a2cd774
commit fdca3cb333

View File

@ -528,6 +528,17 @@ public void FixMemories()
HT_Friendship = HT_Affection = HT_TextVar = HT_Memory = HT_Intensity = HT_Feeling = 0; HT_Friendship = HT_Affection = HT_TextVar = HT_Memory = HT_Intensity = HT_Feeling = 0;
if (GenNumber < 6) if (GenNumber < 6)
OT_Affection = OT_TextVar = OT_Memory = OT_Intensity = OT_Feeling = 0; OT_Affection = OT_TextVar = OT_Memory = OT_Intensity = OT_Feeling = 0;
if (GenNumber >= 7)
{
HT_TextVar = HT_Memory = HT_Intensity = HT_Feeling =
OT_TextVar = OT_Memory = OT_Intensity = OT_Feeling = 0;
Geo1_Region = Geo1_Country =
Geo2_Region = Geo2_Country =
Geo3_Region = Geo3_Country =
Geo4_Region = Geo4_Country =
Geo5_Region = Geo5_Country = 0;
return;
}
Geo1_Region = Geo1_Country > 0 ? Geo1_Region : 0; Geo1_Region = Geo1_Country > 0 ? Geo1_Region : 0;
Geo2_Region = Geo2_Country > 0 ? Geo2_Region : 0; Geo2_Region = Geo2_Country > 0 ? Geo2_Region : 0;