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.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/DiscoBot/Characters/NPC.cs b/DiscoBot/Characters/NPC.cs
index 470d5ff..1a71e86 100644
--- a/DiscoBot/Characters/NPC.cs
+++ b/DiscoBot/Characters/NPC.cs
@@ -36,6 +36,7 @@
return $"{this.Name} vollführt {talent} erfolgreich";
}
+
return $"{this.Name} scheitert an {talent}";
}