summaryrefslogtreecommitdiff
path: root/src/skill_flag_list.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-06-22 11:26:23 +0200
committerBardur Arantsson <bardur@scientician.net>2016-06-22 11:36:10 +0200
commit85143506abfb231a6ffc717a0ebc1a8339cd8a50 (patch)
tree26284a0695295d01164fff1d0f698c9934a8d8cb /src/skill_flag_list.hpp
parent2f7774c60767d5579af0596caadbb0f9ca822963 (diff)
Rework SKF1_* flags to flag_set<>
Diffstat (limited to 'src/skill_flag_list.hpp')
-rw-r--r--src/skill_flag_list.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/skill_flag_list.hpp b/src/skill_flag_list.hpp
new file mode 100644
index 00000000..49cdc045
--- /dev/null
+++ b/src/skill_flag_list.hpp
@@ -0,0 +1,9 @@
+/**
+ * X-macro list of all the skill flags
+ */
+
+/* SKF(<tier>, <index>, <name>) */
+
+SKF(1, 0, HIDDEN ) /* Starts hidden */
+SKF(1, 1, AUTO_HIDE ) /* Tries to rehide at calc_bonus */
+SKF(1, 2, RANDOM_GAIN) /* Can be gained through Lost Sword quest */