summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Characters/Character.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/DSA_Game/Characters/Character.cs')
-rw-r--r--DiscoBot/DSA_Game/Characters/Character.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/DiscoBot/DSA_Game/Characters/Character.cs b/DiscoBot/DSA_Game/Characters/Character.cs
index c1acd39..6616a03 100644
--- a/DiscoBot/DSA_Game/Characters/Character.cs
+++ b/DiscoBot/DSA_Game/Characters/Character.cs
@@ -222,9 +222,9 @@
this.Lebenspunkte_Aktuell = this.Lebenspunkte_Basis;
this.Astralpunkte_Aktuell = this.Astralpunkte_Basis;
this.Ausdauer_Aktuell = this.Ausdauer_Basis;
-
-
+
}
+
private void Load(string path)
{