summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-06-28 02:04:04 +0200
committerGitHub <noreply@github.com>2020-06-28 02:04:04 +0200
commit74e33aee9e47d0d74bf3ff58b55a823729c529ad (patch)
tree48d68c2a3c59c9260f7d39089ffd7c1ae8508e69 /src/map/battle.c
parent44db4ecf056d23a114c033eecd7f907a92217a77 (diff)
parent604962fd2a7e69c812708d0cb9cfe4130e595ea2 (diff)
downloadhercules-74e33aee9e47d0d74bf3ff58b55a823729c529ad.tar.gz
hercules-74e33aee9e47d0d74bf3ff58b55a823729c529ad.tar.bz2
hercules-74e33aee9e47d0d74bf3ff58b55a823729c529ad.tar.xz
hercules-74e33aee9e47d0d74bf3ff58b55a823729c529ad.zip
Merge pull request #2781 from Kenpachi2k13/pet_features
Add some pet features and minor pet code clean up
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 44758207c..40a7c4b09 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -7101,6 +7101,7 @@ static const struct battle_data {
{ "pet_max_atk1", &battle_config.pet_max_atk1, 750, 0, INT_MAX, },
{ "pet_max_atk2", &battle_config.pet_max_atk2, 1000, 0, INT_MAX, },
{ "pet_disable_in_gvg", &battle_config.pet_no_gvg, 0, 0, 1, },
+ { "pet_remove_immediately", &battle_config.pet_remove_immediately, 1, 0, 1, },
{ "skill_min_damage", &battle_config.skill_min_damage, 2|4, 0, 1|2|4, },
{ "finger_offensive_type", &battle_config.finger_offensive_type, 0, 0, 1, },
{ "heal_exp", &battle_config.heal_exp, 0, 0, INT_MAX, },