OSDN Git Service

モンスター詳細スポイラー出力でランダムクエストのクエスターに[Q]が表記
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 18 Oct 2003 18:27:26 +0000 (18:27 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 18 Oct 2003 18:27:26 +0000 (18:27 +0000)
されないように変更.

src/wizard1.c

index b7a2a89..8c8ea64 100644 (file)
@@ -2039,11 +2039,14 @@ static void spoil_mon_info(cptr fname)
                flags1 = r_ptr->flags1;
 
                /* Prefix */
+               /*
                if (flags1 & (RF1_QUESTOR))
                {
                        spoil_out("[Q] ");
                }
-               else if (flags1 & (RF1_UNIQUE))
+               else
+               */
+               if (flags1 & (RF1_UNIQUE))
                {
                        spoil_out("[U] ");
                }