Skip to content

Commit

Permalink
Fix rings and engravings in asset shuffle by removing thumbnail corre…
Browse files Browse the repository at this point in the history
…ction for emblems
  • Loading branch information
Nifyr committed Apr 14, 2024
1 parent 3030c63 commit 374fa6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ALittleSecretIngredient/Randomizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,10 @@ private static void CorrectGodGeneral(GameData.AssetShuffleEntity source, GodGen
gg.UnitIconID = source.iconID;
gg.SetCorrupted(source.enemyEmblem);
gg.Mid = source.nameID;
/* Removed due to messing with ring models and engraving icons
if (source.thumbnail != null)
gg.AsciiName = source.thumbnail;
*/
gg.FaceIconName = source.faceIconID;
gg.FaceIconNameDarkness = source.faceIconID;
}
Expand Down

0 comments on commit 374fa6d

Please sign in to comment.