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.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/DiscoBot/Characters/NPC.cs b/DiscoBot/Characters/NPC.cs
index 1a71e86..f399a70 100644
--- a/DiscoBot/Characters/NPC.cs
+++ b/DiscoBot/Characters/NPC.cs
@@ -16,7 +16,9 @@
}
public string Name { get; set; }
-
+
+ public int Lebenspunkte { get; set; }
+
public string TestTalent(string talent, int tap = 3)
{
for (int i = 0; i <= 2; i++)