OSDN Git Service

Use "poisoned" rather than "of poison" to be a bit terser.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 9 Feb 2021 20:42:56 +0000 (12:42 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 9 Feb 2021 20:42:56 +0000 (12:42 -0800)
src/racial/racial-switcher.c

index 7231aa6..bffde44 100644 (file)
@@ -357,7 +357,7 @@ bool switch_race_racial_execution(player_type *creature_ptr, const s32b command)
         if (!get_aim_dir(creature_ptr, &dir))
             return FALSE;
 
-        msg_print(_("毒のダーツを投げた。", "You throw a dart of poison."));
+        msg_print(_("毒のダーツを投げた。", "You throw a poisoned dart."));
         (void)fire_bolt(creature_ptr, GF_POIS, dir, creature_ptr->lev);
         return TRUE;
     case RACE_NIBELUNG: