OSDN Git Service

"Ring of Warning pulsates" should be "Your Ring ...".
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Fri, 23 Aug 2002 23:56:00 +0000 (23:56 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Fri, 23 Aug 2002 23:56:00 +0000 (23:56 +0000)
src/object2.c

index aaab040..051548a 100644 (file)
@@ -6455,7 +6455,7 @@ bool process_frakir(int xx, int yy)
 #ifdef JP
                        msg_format("%s¤¬±Ô¤¯¿Ì¤¨¤¿¡ª", o_name);
 #else
-                       msg_format("%s pulsates sharply!", o_name);
+                       msg_format("Your %s pulsates sharply!", o_name);
 #endif
                        disturb(0,0);
 #ifdef JP
@@ -6476,7 +6476,7 @@ bool process_frakir(int xx, int yy)
 #ifdef JP
                msg_format("%s¤¬¿Ì¤¨¤¿¡ª", o_name);
 #else
-               msg_format("%s pulsates!", o_name);
+               msg_format("Your %s pulsates!", o_name);
 #endif
                disturb(0,0);
 #ifdef JP