summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 8d7669d68..c981a895d 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -565,6 +565,14 @@ enum mado_type {
};
/**
+ * Option flags for itemskill() script command.
+ **/
+enum itemskill_flag {
+ ISF_NONE = 0x00,
+ ISF_IGNORECONDITIONS = 0x01, // Ignore skill conditions and don't consume them.
+};
+
+/**
* Structures
**/