OSDN Git Service

英語版で, 自分で光っているモンスターは "%^s is shining." と思い出に表
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Wed, 7 Jan 2004 09:20:44 +0000 (09:20 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Wed, 7 Jan 2004 09:20:44 +0000 (09:20 +0000)
記するように変更.

src/monster1.c

index 7e49107..d84516a 100644 (file)
@@ -1820,7 +1820,7 @@ if (flags6 & (RF6_S_UNIQUE))        {vp[vn] = "
 #ifdef JP
                hooked_roff(format("%^s¤Ï¸÷¤Ã¤Æ¤¤¤ë¡£", wd_he[msex]));
 #else
-               hooked_roff(format("%^s illuminate the dungeon.  ", wd_he[msex]));
+               hooked_roff(format("%^s is shining.  ", wd_he[msex]));
 #endif
 
        }