summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2020-05-31 10:53:09 +0800
committerJedzkie <jedzkie13@rocketmail.com>2020-05-31 12:47:25 +0800
commit0b7768837bed2aa521de5b9b76b2348943d7db20 (patch)
tree292b40fa3ad99ca71e34c63b6fc6a2fa6c0e561d /src/map/battle.h
parentec0584ac41434766e528b25730812da22ff31fc5 (diff)
downloadhercules-0b7768837bed2aa521de5b9b76b2348943d7db20.tar.gz
hercules-0b7768837bed2aa521de5b9b76b2348943d7db20.tar.bz2
hercules-0b7768837bed2aa521de5b9b76b2348943d7db20.tar.xz
hercules-0b7768837bed2aa521de5b9b76b2348943d7db20.zip
Added configuration on allowing actions on player when dead.
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 bb907d5b9..24594f4e6 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -607,6 +607,7 @@ struct Battle_Config {
int hit_max;
int autoloot_adjust;
+ int allowed_actions_when_dead;
};
/* criteria for battle_config.idletime_critera */