From: habu Date: Tue, 3 Sep 2002 00:44:17 +0000 (+0000) Subject: killer文字列の"罠"の英語版を作るのを忘れていたので追加。 X-Git-Tag: v2.1.2~1832 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=82df8fb3849c3c53093c50a94d1d36479e642850;p=hengband%2Fhengband.git killer文字列の"罠"の英語版を作るのを忘れていたので追加。 --- diff --git a/src/spells1.c b/src/spells1.c index 00f6a60b7..36b651512 100644 --- a/src/spells1.c +++ b/src/spells1.c @@ -6499,7 +6499,11 @@ else msg_print(" } else if (who < 0) { +#ifdef JP strcpy(killer, "æ«"); +#else + strcpy(killer, "a trap"); +#endif } /* Analyze the damage */