OSDN Git Service

ボロミアのアミュレットの発動の未訳。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 27 Oct 2003 18:52:26 +0000 (18:52 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 27 Oct 2003 18:52:26 +0000 (18:52 +0000)
src/cmd6.c

index fd2534f..73f46bb 100644 (file)
@@ -5282,7 +5282,11 @@ msg_print("
 
                        case ART_BOROMIR:
                        {
+#ifdef JP
+                               msg_print("¤¢¤Ê¤¿¤ÏÎ϶¯¤¤ÆÍÉ÷¤ò¿á¤­ÌĤ餷¤¿¡£¼þ°Ï¤ÎŨ¤¬¿Ì¤¨¾å¤Ã¤Æ¤¤¤ë!");
+#else
                                msg_print("You wind a mighty blast; your enemies tremble!");
+#end
                                (void)turn_monsters((3 * p_ptr->lev / 2) + 10);
                                o_ptr->timeout = randint0(40) + 40;
                                break;