summaryrefslogtreecommitdiff
path: root/DiscoBot/Characters/NPC.cs
diff options
context:
space:
mode:
authorKobert <Kassian.Kobert@gmail.com>2018-06-04 23:30:40 +0200
committerKobert <Kassian.Kobert@gmail.com>2018-06-04 23:30:40 +0200
commitb07b3dcea813f28a9f0f345352d7bd4e60289c5e (patch)
treed52a8ff3ddd2ba8bb2968f96c2ba9b4e492ddd17 /DiscoBot/Characters/NPC.cs
parentc5d52357f365e2b095f5c430dceadd1f42045880 (diff)
AE Anzeige
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++)