From 8ceac0a5b5bb7d197956131099a47a7c15dfcba0 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Wed, 25 Sep 2019 07:21:17 -0700 Subject: [PATCH] Changed the English message for a force trainer experiencing the cosmic cast off since the previous version did not make sense. Google Translate's "I was about to explode" for the Japanese message would be an alternative but that doesn't convey anything about the change to the player's ki. --- src/spells-status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spells-status.c b/src/spells-status.c index 58e903ac3..75570417c 100644 --- a/src/spells-status.c +++ b/src/spells-status.c @@ -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; -- 2.11.0