OSDN Git Service

rgraで教えてもらったので、武器が「suitable for riding」を
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sun, 14 Apr 2002 18:38:34 +0000 (18:38 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sun, 14 Apr 2002 18:38:34 +0000 (18:38 +0000)
「suitable for use while riding」に修正。

src/object1.c
src/xtra1.c

index a19d320..f4ff9a8 100644 (file)
@@ -2641,13 +2641,13 @@ info[i++] = "
 #ifdef JP
 info[i++] = "¤½¤ì¤Ï¾èÇÏÃæ¤ÏÈó¾ï¤Ë»È¤¤¤ä¤¹¤¤¡£";
 #else
-                       info[i++] = "It is made for riding.";
+                       info[i++] = "It is made for use while riding.";
 #endif
                else
 #ifdef JP
 info[i++] = "¤½¤ì¤Ï¾èÇÏÃæ¤Ç¤â»È¤¤¤ä¤¹¤¤¡£";
 #else
-                       info[i++] = "It is suitable for riding.";
+                       info[i++] = "It is suitable for use while riding.";
 #endif
 
        }
@@ -3546,7 +3546,7 @@ info[i++] = "
 #ifdef JP
 info[i++] = "¤½¤ì¤ÏËâË¡¤ò¾§¤¨¤Ë¤¯¤¯¤¹¤ë¡£";
 #else
-               info[i++] = "It is unsuitable for spellcasting.";
+               info[i++] = "It encumbers you while spellcasting.";
 #endif
 
        }
index ae4a7b0..d212ba1 100644 (file)
@@ -5477,7 +5477,7 @@ void calc_bonuses(void)
 #ifdef JP
                                msg_print("¤³¤ÎÉð´ï¤Ï¾èÇÏÃæ¤Ë»È¤¦¤Ë¤Ï¤à¤«¤Ê¤¤¤è¤¦¤À¡£");
 #else
-                               msg_print("This weapon is not suitable for riding.");
+                               msg_print("This weapon is not suitable for use while riding.");
 #endif
 
                        }
@@ -5486,7 +5486,7 @@ void calc_bonuses(void)
 #ifdef JP
                                msg_print("¤³¤ÎÉð´ï¤ÏÅÌÊâ¤Ç»È¤¤¤ä¤¹¤¤¡£");
 #else
-                               msg_print("This weapon was not suitable for riding.");
+                               msg_print("This weapon was not suitable for use while riding.");
 #endif
 
                        }
@@ -5495,7 +5495,7 @@ void calc_bonuses(void)
 #ifdef JP
                                msg_print("¤³¤ì¤Ê¤é¾èÇÏÃæ¤Ë¤Ô¤Ã¤¿¤ê¤À¡£");
 #else
-                               msg_print("This weapon is suitable for riding.");
+                               msg_print("This weapon is suitable for use while riding.");
 #endif
 
                        }