diff options
Diffstat (limited to 'Thronefall_v1.0/Decompile/UpgradeGodlyCurse.cs')
-rw-r--r-- | Thronefall_v1.0/Decompile/UpgradeGodlyCurse.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Thronefall_v1.0/Decompile/UpgradeGodlyCurse.cs b/Thronefall_v1.0/Decompile/UpgradeGodlyCurse.cs new file mode 100644 index 0000000..e1a6fc8 --- /dev/null +++ b/Thronefall_v1.0/Decompile/UpgradeGodlyCurse.cs @@ -0,0 +1,9 @@ +using UnityEngine; + +public class UpgradeGodlyCurse : MonoBehaviour +{ + private void OnEnable() + { + PlayerUpgradeManager.instance.godlyCurse = true; + } +} |