diff --git a/RPG.rb b/RPG.rb index 6787fd2..09343f1 100755 --- a/RPG.rb +++ b/RPG.rb @@ -70,7 +70,7 @@ power_ken end -print"村長から1000円もらった。\n" +print"村長から1000ガルもらった。\n" money += 1000 puts"どこ行く?" @@ -95,7 +95,7 @@ while true puts"防具" - puts"1.金の鎧700円 2.医師の鎧500円 3.動の鎧300円" + puts"1.金の鎧700ガル 2.医師の鎧500ガル 3.動の鎧300ガル" bougu=gets.to_i puts"武器" puts"1.剣 2.斧 3.ツルハシ" @@ -115,6 +115,6 @@ redo end end - printf("ステータスは、power%d,hp%dです。\n",power(buki),hp(bougu)) + printf("ステータスは、power%d,hp%dです。\n",buki,hp(bougu)) end