OSDN Git Service

帰還なしモードではフロア・リセットは無意味なので無効にした.
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Fri, 6 Jun 2003 11:36:35 +0000 (11:36 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Fri, 6 Jun 2003 11:36:35 +0000 (11:36 +0000)
src/spells3.c

index a4e5884..ed3cf5c 100644 (file)
@@ -809,6 +809,18 @@ bool reset_recall(void)
        select_dungeon = choose_dungeon("reset");
 #endif
 
+       /* Ironman option */
+       if (ironman_downward)
+       {
+#ifdef JP
+               msg_print("²¿¤âµ¯¤³¤é¤Ê¤«¤Ã¤¿¡£");
+#else
+               msg_print("Nothing happens.");
+#endif
+
+               return TRUE;
+       }
+
        if (!select_dungeon) return FALSE;
        /* Prompt */
 #ifdef JP