summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/battle.h8
-rw-r--r--src/map/map.h5
-rw-r--r--src/map/script.c5
-rw-r--r--src/map/unit.c5
4 files changed, 15 insertions, 8 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 6586f4561..1354da78a 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -1,5 +1,6 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
+// Copyright (c) Hercules dev team, licensed under GNU GPL.
+// See the LICENSE file
+// Portions Copyright (c) Athena dev team
#ifndef _BATTLE_H_
#define _BATTLE_H_
@@ -483,9 +484,12 @@ extern struct Battle_Config
int atcommand_mobinfo_type;
int mob_size_influence; // Enable modifications on earned experience, drop rates and monster status depending on monster size. [mkbu95]
+
+ /** Hercules **/
int skill_trap_type;
int item_restricted_consumption_type;
int max_walk_path;
+
} battle_config;
void do_init_battle(void);
diff --git a/src/map/map.h b/src/map/map.h
index bb0bccf2c..06995024f 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1,5 +1,6 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
+// Copyright (c) Hercules dev team, licensed under GNU GPL.
+// See the LICENSE file
+// Portions Copyright (c) Athena dev team
#ifndef _MAP_H_
#define _MAP_H_
diff --git a/src/map/script.c b/src/map/script.c
index 0b649f990..b4f0a5d9b 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -1,5 +1,6 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
+// Copyright (c) Hercules dev team, licensed under GNU GPL.
+// See the LICENSE file
+// Portions Copyright (c) Athena dev team
//#define DEBUG_DISP
//#define DEBUG_DISASM
diff --git a/src/map/unit.c b/src/map/unit.c
index fca406e5f..45aca7d41 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -1,5 +1,6 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
+// Copyright (c) Hercules dev team, licensed under GNU GPL.
+// See the LICENSE file
+// Portions Copyright (c) Athena dev team
#include "../common/showmsg.h"
#include "../common/timer.h"