OSDN Git Service

add translation
[jnethack/source.git] / src / explode.c
index 7b4821f..1e040e6 100644 (file)
@@ -605,9 +605,15 @@ int expltype;
                 if (iflags.last_msg == PLNMSG_CAUGHT_IN_EXPLOSION
                     || iflags.last_msg
                            == PLNMSG_TOWER_OF_FLAME) /*seffects()*/
+/*JP
                     pline("It is fatal.");
+*/
+                    pline("\82»\82ê\82Í\92v\96½\93I\82¾\81D");
                 else
+/*JP
                     pline_The("%s is fatal.", str);
+*/
+                    pline_The("%s\82Í\92v\96½\93I\82¾\81D", str);
                 /* Known BUG: BURNING suppresses corpse in bones data,
                    but done does not handle killer reason correctly */
                 done((adtyp == AD_FIRE) ? BURNING : DIED);