Skip to content

Commit

Permalink
Merge pull request #228 from TheBestAstroNOT/main
Browse files Browse the repository at this point in the history
Finally fixed all hero skill parameter names. We finally have Queen Bee.
  • Loading branch information
MadMax1960 authored Dec 7, 2024
2 parents 16953a2 + 3fbb3ca commit 7eb396e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions code/p3rpc.femc/p3rpc.femc/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,8 @@ private void Load2dAssets(IUnrealEssentials unrealEssentials)
if (_configuration.KyotoEventTrue == KyotoEventtype.ely)
unrealEssentials.AddFromFolder(Path.Combine(_context._modLocation, "2d", "Events", "Kyoto", "ely"));
// Other Kyoto Photos

//if (_configuration.FemcSocialStats)
unrealEssentials.AddFromFolder((Path.Combine(_context._modLocation, "2d", "SocialStats", "TheBestAstroNOT")));
}
// Other Social Stat names conditions...


private void LoadTheoAssets(IUnrealEssentials unrealEssentials, IRyoApi ryo)
{
Expand Down Expand Up @@ -445,4 +442,4 @@ public Mod() { }
#pragma warning restore CS8618
#endregion
}
}
}
Binary file not shown.
Binary file not shown.

0 comments on commit 7eb396e

Please sign in to comment.