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