summaryrefslogtreecommitdiff
path: root/DiscoBot/Characters/NPC.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Characters/NPC.cs')
-rw-r--r--DiscoBot/Characters/NPC.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/DiscoBot/Characters/NPC.cs b/DiscoBot/Characters/NPC.cs
index 341f775..80c24e6 100644
--- a/DiscoBot/Characters/NPC.cs
+++ b/DiscoBot/Characters/NPC.cs
@@ -19,6 +19,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++)