diff options
author | Akkarinage <mike.langford@live.co.uk> | 2013-06-14 21:27:02 +0100 |
---|---|---|
committer | Akkarinage <mike.langford@live.co.uk> | 2013-06-14 21:27:02 +0100 |
commit | 3136a514a17ff9874b458673ca3f89bad8e75ce8 (patch) | |
tree | ae8b5eb6ef53d5de6cbdb217d89d823c75bf52a0 /conf/battle/drops.conf | |
parent | 634bcc63b7adff53d817c19195c4060170eeecfc (diff) | |
download | hercules-3136a514a17ff9874b458673ca3f89bad8e75ce8.tar.gz hercules-3136a514a17ff9874b458673ca3f89bad8e75ce8.tar.bz2 hercules-3136a514a17ff9874b458673ca3f89bad8e75ce8.tar.xz hercules-3136a514a17ff9874b458673ca3f89bad8e75ce8.zip |
Whitespace, TABs & Spellings
Replaced indents using spaces with tabs, reducing file sizes and
conforming to standards.
Diffstat (limited to 'conf/battle/drops.conf')
-rw-r--r-- | conf/battle/drops.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/battle/drops.conf b/conf/battle/drops.conf index 3704b9a0e..9006cfeb1 100644 --- a/conf/battle/drops.conf +++ b/conf/battle/drops.conf @@ -7,10 +7,10 @@ // Note 2: Value is in percents (100 means 100%) //-------------------------------------------------------------- -// If an item is dropped, does it go stright into the users inventory? (Note 1) +// If an item is dropped, does it go straight into the users inventory? (Note 1) item_auto_get: no -// How long does it take for an item to disappear from the floor after it is dropped? (in miliseconds) +// How long does it take for an item to disappear from the floor after it is dropped? (in milliseconds) flooritem_lifetime: 60000 // Grace time during which only the person who did the most damage to a monster can get the item? (in milliseconds) |