From 58d7568f4818feb111d0c8d929f349514043d4a7 Mon Sep 17 00:00:00 2001 From: Kobert-P Date: Wed, 6 Jun 2018 15:44:41 +0200 Subject: Split of Aktuell/Basis for LE/AE. --- DiscoBot/Commands/List.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DiscoBot/Commands') diff --git a/DiscoBot/Commands/List.cs b/DiscoBot/Commands/List.cs index 3bd03eb..3e24ee2 100644 --- a/DiscoBot/Commands/List.cs +++ b/DiscoBot/Commands/List.cs @@ -41,10 +41,10 @@ res.AddRange( //character.Eigenschaften.Select(s => s.Key + ":\t " + s.Value)); character.Eigenschaften.Take(9).Select(s => s.Key + ":\t " + s.Value)); - res.Add("LE:\t " + character.Lebenspunkte); - if (character.Astralpunkte > 0) + res.Add("LE:\t " + character.Lebenspunkte_Aktuell + "/" + character.Lebenspunkte_Basis); + if (character.Astralpunkte_Basis > 0) { - res.Add("AE:\t " + character.Astralpunkte); + res.Add("AE:\t " + character.Astralpunkte_Aktuell + "/" + character.Astralpunkte_Basis); } break; case "t": -- cgit v1.2.3-70-g09d2