OSDN Git Service

キムイネ、ホウリスャ、ヌ・ソ。シ・テネキ、ニ、ハ、ォ、テ、ソ、ホ、、タオ。」
authoriks <iks@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 8 Oct 2002 14:36:03 +0000 (14:36 +0000)
committeriks <iks@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 8 Oct 2002 14:36:03 +0000 (14:36 +0000)
src/hissatsu.c

index 854e494..85d44c0 100644 (file)
@@ -1420,6 +1420,8 @@ s = "
                p_ptr->spell_order[j] = i;
                gain = TRUE;
        }
+
+       /* No gain ... */
        if (!gain)
 #ifdef JP
                msg_print("²¿¤â³Ð¤¨¤é¤ì¤Ê¤«¤Ã¤¿¡£");
@@ -1427,5 +1429,9 @@ s = "
                msg_print("You were not able to learn any special attacks.");
 #endif
 
+       /* Take a turn */
+       else
+               energy_use = 100;
+
        p_ptr->update |= (PU_SPELLS);
 }