OSDN Git Service

Changed the English message for a force trainer experiencing the cosmic cast off...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 14:21:17 +0000 (07:21 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Tue, 21 Jan 2020 15:14:33 +0000 (00:14 +0900)
src/spells-status.c

index 58e903a..7557041 100644 (file)
@@ -495,7 +495,7 @@ bool cosmic_cast_off(player_type *creature_ptr, object_type *o_ptr)
        if (creature_ptr->pclass == CLASS_FORCETRAINER)
        {
                P_PTR_KI = creature_ptr->lev * 5 + 190;
-               msg_print(_("気が爆発寸前になった。", "Your force are immediatly before explosion."));
+               msg_print(_("気が爆発寸前になった。", "Your force absorbs the explosion."));
        }
 
        return TRUE;