summaryrefslogtreecommitdiff
path: root/src/artifact_select_flag.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/artifact_select_flag.hpp')
-rw-r--r--src/artifact_select_flag.hpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/artifact_select_flag.hpp b/src/artifact_select_flag.hpp
deleted file mode 100644
index 313f3a19..00000000
--- a/src/artifact_select_flag.hpp
+++ /dev/null
@@ -1,18 +0,0 @@
-#pragma once
-
-#include "h-basic.h"
-
-struct artifact_select_flag {
- byte group; /* Flag group to display it in */
- int flag; /* item flag to set */
- byte level; /* Player skill level to start at */
- char *desc; /* Display this description to select flag */
- u32b xp; /* xp cost for this flag */
- bool_ pval; /* indicates this flag benifits from pval */
- char *item_desc; /* Description of required item */
- char *item_descp; /* Description of required item; plural */
- byte rtval; /* Required items' tval */
- byte rsval; /* Required items' sval */
- int rpval; /* Required items' pval (zero for no req) */
- int rflag[6]; /* Monster Race flags for required Corpses */
-};