From b07b3dcea813f28a9f0f345352d7bd4e60289c5e Mon Sep 17 00:00:00 2001 From: Kobert Date: Mon, 4 Jun 2018 23:30:40 +0200 Subject: AE Anzeige --- DiscoBot/Characters/NPC.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DiscoBot/Characters/NPC.cs') 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++) -- cgit v1.2.3-54-g00ecf