OSDN Git Service

Merge remote-tracking branch 'remotes/hengbandosx/english-market-edits' into feature...
[hengband/hengband.git] / src / market / articles-on-sale.c
index 99c2c5a..0ee700b 100644 (file)
@@ -1,6 +1,19 @@
-#include "system/angband.h"
-#include "store/store-owners.h"
-#include "articles-on-sale.h"
+#include "market/articles-on-sale.h"
+#include "object/tval-types.h"
+#include "sv-definition/sv-amulet-types.h"
+#include "sv-definition/sv-armor-types.h"
+#include "sv-definition/sv-bow-types.h"
+#include "sv-definition/sv-digging-types.h"
+#include "sv-definition/sv-food-types.h"
+#include "sv-definition/sv-other-types.h"
+#include "sv-definition/sv-lite-types.h"
+#include "sv-definition/sv-potion-types.h"
+#include "sv-definition/sv-protector-types.h"
+#include "sv-definition/sv-scroll-types.h"
+#include "sv-definition/sv-ring-types.h"
+#include "sv-definition/sv-staff-types.h"
+#include "sv-definition/sv-wand-types.h"
+#include "sv-definition/sv-weapon-types.h"
 
 /*!
  * 店舗で販売するオブジェクトを定義する / Hack -- Objects sold in the stores -- by tval/sval pair.
@@ -497,10 +510,10 @@ byte store_table[MAX_STORES][STORE_CHOICES][2] =
                { TV_CRAFT_BOOK, 1 },
                { TV_CRAFT_BOOK, 1 },
 
-               { TV_DAEMON_BOOK, 0 },
-               { TV_DAEMON_BOOK, 0 },
-               { TV_DAEMON_BOOK, 1 },
-               { TV_DAEMON_BOOK, 1 },
+               { TV_DEMON_BOOK, 0 },
+               { TV_DEMON_BOOK, 0 },
+               { TV_DEMON_BOOK, 1 },
+               { TV_DEMON_BOOK, 1 },
 
                { TV_MUSIC_BOOK, 0 },
                { TV_MUSIC_BOOK, 0 },