summaryrefslogtreecommitdiff
path: root/src/net/eathena/generalhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-30 22:55:31 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-30 22:55:31 +0300
commitf493b31b59c79f8923d23634b7e2450c4df7019b (patch)
treeb4576e3710d5280fcb87d9d0b4df0584e4436fd4 /src/net/eathena/generalhandler.cpp
parentb1fa35079365cd92d6a719f5d95e17285bd17659 (diff)
downloadplus-f493b31b59c79f8923d23634b7e2450c4df7019b.tar.gz
plus-f493b31b59c79f8923d23634b7e2450c4df7019b.tar.bz2
plus-f493b31b59c79f8923d23634b7e2450c4df7019b.tar.xz
plus-f493b31b59c79f8923d23634b7e2450c4df7019b.zip
eathena: add karma stat to player.
Diffstat (limited to 'src/net/eathena/generalhandler.cpp')
-rw-r--r--src/net/eathena/generalhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/generalhandler.cpp b/src/net/eathena/generalhandler.cpp
index 0d7a551ea..d1056bb71 100644
--- a/src/net/eathena/generalhandler.cpp
+++ b/src/net/eathena/generalhandler.cpp
@@ -367,6 +367,7 @@ void GeneralHandler::gameStarted() const
statusWindow->addAttribute(Attributes::WALK_SPEED, _("Walk Delay"));
statusWindow->addAttribute(Attributes::ATTACK_RANGE, _("Attack Range"));
statusWindow->addAttribute(Attributes::ATTACK_SPEED, _("Damage per sec."));
+ statusWindow->addAttribute(Attributes::KARMA, _("Karma"));
}
void GeneralHandler::gameEnded() const