OSDN Git Service

[Refactor] #40014 Separated combat-types-setter.c/h from monster-lore.c
[hengband/hengband.git] / src / lore / lore-util.h
index a55af63..07f5f76 100644 (file)
@@ -13,7 +13,7 @@ typedef struct lore_type {
 #ifdef JP
     char jverb_buf[64];
 #else
-    bool sin = FALSE;
+    bool sin;
 #endif
     bool nightmare;
     monster_race *r_ptr;
@@ -40,6 +40,11 @@ typedef struct lore_type {
     char tmp_msg[96][96];
     bool breath;
     bool magic;
+    int drop_quantity;
+    concptr drop_quality;
+    concptr p;
+    concptr q;
+    rbm_type method;
 } lore_type;
 
 typedef void (*hook_c_roff_pf)(TERM_COLOR attr, concptr str);