summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-08-08 16:48:12 +0200
committerGitHub <noreply@github.com>2017-08-08 16:48:12 +0200
commit89ccf19c2780f80aa475c07fcea5750519266807 (patch)
treedeb8adacb1904b4c86e94e3ab8ce29d4ce862be7 /conf
parente1e27fd07bfa1a90eeb2d4bfff32c70258cc07df (diff)
parent544da439e81ff78ec102b754e16b6cc0a28a6d0a (diff)
downloadhercules-89ccf19c2780f80aa475c07fcea5750519266807.tar.gz
hercules-89ccf19c2780f80aa475c07fcea5750519266807.tar.bz2
hercules-89ccf19c2780f80aa475c07fcea5750519266807.tar.xz
hercules-89ccf19c2780f80aa475c07fcea5750519266807.zip
Merge pull request #1686 from guilherme-gm/rodex_
Implementation of RoDEX
Diffstat (limited to 'conf')
-rw-r--r--conf/map/battle/feature.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/map/battle/feature.conf b/conf/map/battle/feature.conf
index 003e4c75a..cdb9913ea 100644
--- a/conf/map/battle/feature.conf
+++ b/conf/map/battle/feature.conf
@@ -55,4 +55,14 @@ features: {
// Requires: 2014-10-22bRagexe or later
// Disabled by default while test version is out; enable at your own risk -- the mean dev.
roulette: false
+
+ // Enabled RoDEX (Note 1)
+ // Requires: 2015-05-13aRagexe or later
+ rodex: true
+
+ // Allow usage of "Account Mail" box in RoDEX?
+ // Requires: 2016-03-16aRagexeRE or later
+ // This is disabled in client-side in some client versions
+ // Disabled by default
+ rodex_use_accountmail: false
}