OSDN Git Service

Changed English message for a "Create Golem" failure to match up with the success...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 9 Feb 2021 23:01:44 +0000 (15:01 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 10 Feb 2021 17:03:26 +0000 (09:03 -0800)
src/realm/realm-craft.c

index a2e5687..62d78ea 100644 (file)
@@ -435,7 +435,7 @@ concptr do_craft_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mode
                 if (summon_specific(caster_ptr, -1, caster_ptr->y, caster_ptr->x, plev, SUMMON_GOLEM, PM_FORCE_PET)) {
                     msg_print(_("ゴーレムを作った。", "You make a golem."));
                 } else {
-                    msg_print(_("うまくゴーレムを作れなかった。", "No Golems arrive."));
+                    msg_print(_("うまくゴーレムを作れなかった。", "You couldn't make a golem."));
                 }
             }
         }