OSDN Git Service

赤魔導師において、自己分析時に表示される連続魔のコストが間違っていたのを修正.
authornsk <nsk@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 30 Sep 2004 13:54:03 +0000 (13:54 +0000)
committernsk <nsk@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 30 Sep 2004 13:54:03 +0000 (13:54 +0000)
src/spells2.c

index e16b37c..f3e599c 100644 (file)
@@ -773,9 +773,9 @@ info[i++] = "
                        if (plev > 47)
                        {
 #ifdef JP
-info[i++] = "¤¢¤Ê¤¿¤Ï1¥¿¡¼¥ó¤Ë2²óËâË¡¤ò¾§¤¨¤ë¤³¤È¤¬¤Ç¤­¤ë¡£(77 MP)";
+info[i++] = "¤¢¤Ê¤¿¤Ï1¥¿¡¼¥ó¤Ë2²óËâË¡¤ò¾§¤¨¤ë¤³¤È¤¬¤Ç¤­¤ë¡£(20 MP)";
 #else
-                               info[i++] = "You can cast two spells in one time (cost 77).";
+                               info[i++] = "You can cast two spells in one time (cost 20).";
 #endif
                        }
                        break;