summaryrefslogtreecommitdiff
path: root/DiscoBot/Characters/ICharacter.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-04-24 14:13:58 +0200
committerTrueDoctor <d-kobert@web.de>2018-04-24 14:13:58 +0200
commit181dba0f96d8792e3565286b3983830674624cc5 (patch)
tree9c6a5fc00bf69aad09d5a335c59a11854ae49002 /DiscoBot/Characters/ICharacter.cs
parente5e0c1c5c9fb6afd68ebe9dc075af23f46f11e25 (diff)
fixed sound playback
moved post_processing to base constructor
Diffstat (limited to 'DiscoBot/Characters/ICharacter.cs')
-rw-r--r--DiscoBot/Characters/ICharacter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/Characters/ICharacter.cs b/DiscoBot/Characters/ICharacter.cs
index 62bc1a5..e8bc653 100644
--- a/DiscoBot/Characters/ICharacter.cs
+++ b/DiscoBot/Characters/ICharacter.cs
@@ -10,7 +10,7 @@
//int Astralpunkte { get; set; }
- //int Karmalpunkte { get; set; }
+ //int Karmapunkte { get; set; }
string TestTalent(string talent, int erschwernis = 0);