summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Characters/NPC.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/DSA_Game/Characters/NPC.cs')
-rw-r--r--DiscoBot/DSA_Game/Characters/NPC.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/DiscoBot/DSA_Game/Characters/NPC.cs b/DiscoBot/DSA_Game/Characters/NPC.cs
index dce4381..45ff6b0 100644
--- a/DiscoBot/DSA_Game/Characters/NPC.cs
+++ b/DiscoBot/DSA_Game/Characters/NPC.cs
@@ -20,6 +20,8 @@
public int Lebenspunkte { get; set; }
+ public int Astralpunkte { get; set; }
+
public string TestTalent(string talent, int tap = 3)
{
for (int i = 0; i <= 2; i++)