summaryrefslogtreecommitdiff
path: root/src/store_info_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/store_info_type.hpp')
-rw-r--r--src/store_info_type.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/store_info_type.hpp b/src/store_info_type.hpp
index 030afe91..6a6efd65 100644
--- a/src/store_info_type.hpp
+++ b/src/store_info_type.hpp
@@ -14,8 +14,10 @@ struct store_info_type
{
const char *name; /* Name */
- s16b table[STORE_CHOICES][2]; /* Table -- Legal item kinds */
- byte table_num; /* Number of items */
+ s16b item_kind[STORE_CHOICES]; /* Table -- Legal item kinds */
+ s16b item_chance[STORE_CHOICES];
+ byte item_num; /* Number of items */
+
s16b max_obj; /* Number of items this store can hold */
u16b owners[4]; /* List of owners(refers to ow_info) */