OSDN Git Service

「行動前に視界内モンスターリストを更新」オプションを追加
[hengband/hengband.git] / src / cmd4.c
index 7037d25..64da996 100644 (file)
@@ -50,6 +50,7 @@
 #include "artifact.h"
 #include "avatar.h"
 #include "object-hook.h"
+#include "monster.h"
 #include "monster-status.h"
 
 
@@ -5203,8 +5204,6 @@ static void do_cmd_knowledge_artifacts(void)
        for (k = 0; k < n; k++)
        {
                artifact_type *a_ptr = &a_info[who[k]];
-
-               /* Paranoia */
                strcpy(base_name, _("未知の伝説のアイテム", "Unknown Artifact"));
 
                /* Obtain the base object type */