summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-06-28 21:47:12 +0200
committerGitHub <noreply@github.com>2020-06-28 21:47:12 +0200
commitfbdd77d3dab85a2d14382ddffa51688e64ccda24 (patch)
tree043385dbdbe055791297b9d96c40b332b0a456b5 /src/map/battle.h
parenta6d5893396ce96926b98ffd1cfe4d2a1f205fc0d (diff)
parent8f32cfd4efb6892f7647f9bb3173ffb43c94ba94 (diff)
downloadhercules-fbdd77d3dab85a2d14382ddffa51688e64ccda24.tar.gz
hercules-fbdd77d3dab85a2d14382ddffa51688e64ccda24.tar.bz2
hercules-fbdd77d3dab85a2d14382ddffa51688e64ccda24.tar.xz
hercules-fbdd77d3dab85a2d14382ddffa51688e64ccda24.zip
Merge pull request #2756 from Jedzkie/jedzkie-pr07
Storage now closes when using teleport skill.
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index f648718ff..f4ad9c556 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -616,6 +616,7 @@ struct Battle_Config {
int autoloot_adjust;
int allowed_actions_when_dead;
+ int teleport_close_storage;
};
/* criteria for battle_config.idletime_critera */