OSDN Git Service

For English description of "Genocide One" prefer "eradicate" to "vanish" since the...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 17:37:47 +0000 (10:37 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 08:44:12 +0000 (17:44 +0900)
src/realm-death.c

index 813b3dc..ce0d756 100644 (file)
@@ -264,7 +264,7 @@ concptr do_death_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
 
        case 11:
                if (name) return _("モンスター消滅", "Genocide One");
-               if (desc) return _("モンスター1体を消し去る。経験値やアイテムは手に入らない。抵抗されると無効。", "Attempts to vanish a monster.");
+               if (desc) return _("モンスター1体を消し去る。経験値やアイテムは手に入らない。抵抗されると無効。", "Attempts to eradicate one monster.");
 
                {
                        int power = plev + 50;