OSDN Git Service

Changed English name of hex spell to "Armor of ice" ("Icy armor" would be another...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:59:50 +0000 (12:59 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:59:50 +0000 (12:59 -0700)
src/realm-hex.c

index f2ca8fa..fae2a54 100644 (file)
@@ -545,7 +545,7 @@ concptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode)
 
                /*** 2nd book (8-15) ***/
        case 8:
-               if (name) return _("氷の鎧", "Ice armor");
+               if (name) return _("氷の鎧", "Armor of ice");
                if (desc) return _("氷のオーラを身にまとい、防御力が上昇する。", "Surrounds you with an icy aura and gives a bonus to AC.");
                if (cast)
                {