diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-06-22 05:03:39 +0200 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-06-22 05:03:39 +0200 |
commit | 42a3bcaf96be26aeed560574d650e61091282995 (patch) | |
tree | 605207f1e151063605d8b7b0975fb69bafdc3e2c /conf/map/battle | |
parent | 2129555fa2752cfa0b9e73151fad2897d426fe63 (diff) | |
download | hercules-42a3bcaf96be26aeed560574d650e61091282995.tar.gz hercules-42a3bcaf96be26aeed560574d650e61091282995.tar.bz2 hercules-42a3bcaf96be26aeed560574d650e61091282995.tar.xz hercules-42a3bcaf96be26aeed560574d650e61091282995.zip |
Add battle flag for immediately removing the pet when its intimacy drops to 0
Diffstat (limited to 'conf/map/battle')
-rw-r--r-- | conf/map/battle/pet.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/map/battle/pet.conf b/conf/map/battle/pet.conf index 5797bb2a5..3060b6e64 100644 --- a/conf/map/battle/pet.conf +++ b/conf/map/battle/pet.conf @@ -99,3 +99,7 @@ pet_max_atk2: 1000 // If set to true, pets are automatically returned to egg when entering castles during WoE times // and hatching is forbidden within as well. pet_disable_in_gvg: false + +// Should the pet immediately be removed when its intimacy drops to 0? (Note 1) +// If set to false the pet will randomly walk around the map before being removed. +pet_remove_immediately: true |