diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-06 16:43:18 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-06 16:43:18 +0000 |
commit | 0e361a16b060d6a49d8832d5bc5d3bf88dd71486 (patch) | |
tree | 746e78778eeb4cd4065cef6d6de26b9b36763206 /conf | |
parent | e13579850cc2af10853c5091c671ab7074155e2e (diff) | |
download | hercules-0e361a16b060d6a49d8832d5bc5d3bf88dd71486.tar.gz hercules-0e361a16b060d6a49d8832d5bc5d3bf88dd71486.tar.bz2 hercules-0e361a16b060d6a49d8832d5bc5d3bf88dd71486.tar.xz hercules-0e361a16b060d6a49d8832d5bc5d3bf88dd71486.zip |
clarified zeny_penalty configuration
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15016 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/exp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/exp.conf b/conf/battle/exp.conf index f3d438ea2..f5078b0b6 100644 --- a/conf/battle/exp.conf +++ b/conf/battle/exp.conf @@ -87,7 +87,7 @@ death_penalty_base: 100 // Job exp. penalty rate (Each 100 is 1% of their exp) death_penalty_job: 100 -// When a player dies, how much zeny should we penalize them with? +// When a player dies (to another player), how much zeny should we penalize them with? // NOTE: It is a percentage of their zeny, so 100 = 1% zeny_penalty: 0 |