Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fixed object being set to inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
silent-destroyer committed Jan 10, 2024
1 parent a146794 commit a95e4b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Patches/SceneLoaderPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ public class SceneLoaderPatches {
CapeSecret.transform.localScale = new Vector3(0.25f, 0.25f, 0.25f);
CapeSecret.transform.GetChild(0).localScale = new Vector3(0.5f, 0.5f, 0.5f);
CapeSecret.AddComponent<VisibleByNotHavingItem>().Item = Inventory.GetItemByName("Cape");
CapeSecret.SetActive(true);
}
}

Expand Down

0 comments on commit a95e4b3

Please sign in to comment.