summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-02-09 23:10:59 +0100
committerGitHub <noreply@github.com>2020-02-09 23:10:59 +0100
commit1a0619fcedf573c7004489470f169e112fa1bb62 (patch)
tree47b502114376a2a8cd59604731703b93504fb4e5 /src/map/script.h
parent66b624165ba2e7c868b38081230a61691be447df (diff)
parent7510db3f7b8990bbbcebcb1c3de8d20f8f27d011 (diff)
downloadhercules-1a0619fcedf573c7004489470f169e112fa1bb62.tar.gz
hercules-1a0619fcedf573c7004489470f169e112fa1bb62.tar.bz2
hercules-1a0619fcedf573c7004489470f169e112fa1bb62.tar.xz
hercules-1a0619fcedf573c7004489470f169e112fa1bb62.zip
Merge pull request #2586 from Asheraf/madostatueffect
Implement support for switching madogear type
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 00a206ce3..8d7669d68 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -553,6 +553,18 @@ enum siege_type {
};
/**
+ * Types of MadoGear
+ */
+enum mado_type {
+ MADO_ROBOT = 0x00,
+ // unused = 0x01,
+ MADO_SUITE = 0x02,
+#ifndef MADO_MAX
+ MADO_MAX
+#endif
+};
+
+/**
* Structures
**/