OSDN Git Service

cheat_hear時にモンスターの大群が生成された場合は集団の共通シンボル文
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 3 Jun 2003 20:21:36 +0000 (20:21 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 3 Jun 2003 20:21:36 +0000 (20:21 +0000)
字を通知するように変更.

src/monster2.c

index 570d661..6b859c4 100644 (file)
@@ -3918,9 +3918,9 @@ msg_print("
                if (alloc_horde(y, x))
                {
 #ifdef JP
-if (cheat_hear) msg_print("¥â¥ó¥¹¥¿¡¼¤ÎÂç·²");
+                       if (cheat_hear) msg_format("¥â¥ó¥¹¥¿¡¼¤ÎÂç·²(%c)", summon_kin_type);
 #else
-                       if (cheat_hear) msg_print("Monster horde.");
+                       if (cheat_hear) msg_format("Monster horde (%c).", summon_kin_type);
 #endif
 
                        return (TRUE);