diff options
author | EyesOfAHawk <blackoutro2006@gmail.com> | 2019-02-28 03:12:36 +1300 |
---|---|---|
committer | EyesOfAHawk <blackoutro2006@gmail.com> | 2019-02-28 03:12:36 +1300 |
commit | e2db93490af67bb42a5611b3cb299770ff0131d7 (patch) | |
tree | 7e07f227d2ae0a3005b1709fc288bc2345b6741a /src/map/battle.h | |
parent | 1ac84c2dd856087a4a72fec95b3322137187637a (diff) | |
download | hercules-e2db93490af67bb42a5611b3cb299770ff0131d7.tar.gz hercules-e2db93490af67bb42a5611b3cb299770ff0131d7.tar.bz2 hercules-e2db93490af67bb42a5611b3cb299770ff0131d7.tar.xz hercules-e2db93490af67bb42a5611b3cb299770ff0131d7.zip |
Adds configuration for Magic Rod behavior (official/eAthena).
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index d2fd92450..c797e665a 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -576,6 +576,8 @@ struct Battle_Config { int min_item_sell_price; int display_fake_hp_when_dead; + + int magicrod_type; }; /* criteria for battle_config.idletime_critera */ |