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