changed Rena's weapon to a hatchet to match the images

the pictures of Rena with a weapon have her with a hatchet, and upon
checking - the Sui script does indeed have her weapon as 鉈 (hatchet).
This isn't a mindless find-replace, I've gone through making sure I only
change instances of 斧/axe which are relevant (the card game axe remains
an axe, and one of the murder weapons at the dam site remains an axe)
This commit is contained in:
Norgus
2015-12-18 21:54:52 +00:00
parent eedd30f29f
commit 1bc472ac39
3 changed files with 47 additions and 47 deletions

View File

@@ -2336,8 +2336,8 @@ void main()
PlaySE( 4, "wa_027", 128, 64 );
//斧。!w2000
OutputLine(NULL, "。",
NULL, " was an axe.", Line_ContinueAfterTyping);
OutputLine(NULL, "。",
NULL, " was a hatchet.", Line_ContinueAfterTyping);
SetValidityOfInput( FALSE );
Wait( 2000 );
@@ -2377,8 +2377,8 @@ void main()
// ...だがあの斧はなんだよッ?@
OutputLine(NULL, " …だがあのはなんだよッ?!",
NULL, "But for that axe!?", Line_WaitForInput);
OutputLine(NULL, " …だがあのはなんだよッ?!",
NULL, "But for that hatchet!?", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
@@ -2391,8 +2391,8 @@ void main()
// そのまんまの...斧だッ?!?¥
OutputLine(NULL, " そのまんまの…だッ?!?!",
NULL, "An axe... just like that!!??", Line_Normal);
OutputLine(NULL, " そのまんまの…だッ?!?!",
NULL, "A hatchet... just like that!!??", Line_Normal);
ClearMessage();
//「......圭一くん@かくれんぼ、かな?!w800 かな
@@ -2590,8 +2590,8 @@ void main()
//「じゃあその斧は何だよッ?!@
PlaySE(3, "s01/01/120100687", 256, 64);
OutputLine(NULL, "「じゃあそのは何だよッ?!」",
NULL, "\"Then what about that axe!?\"", Line_WaitForInput);
OutputLine(NULL, "「じゃあそのは何だよッ?!」",
NULL, "\"Then what about that hatchet!?\"", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
@@ -3529,8 +3529,8 @@ void main()
// ...そして頭上で両手が組まれた時、そこには斧が握られていた@
OutputLine(NULL, " …そして頭上で両手が組まれた時、そこにはが握られていた。",
NULL, "...Then as both of her hands met above her head... the axe that she held came into focus.", Line_WaitForInput);
OutputLine(NULL, " …そして頭上で両手が組まれた時、そこにはが握られていた。",
NULL, "...Then as both of her hands met above her head... the hatchet that she held came into focus.", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
@@ -3559,8 +3559,8 @@ void main()
// レナはそのまま、斧を振り上げたまま、厳かに口を開いた...
OutputLine(NULL, " レナはそのまま、を振り上げたまま、厳かに口を開いた…。",
NULL, "Rena stayed like that, with that axe raised above her head, and solemnly opened her mouth...", Line_WaitForInput);
OutputLine(NULL, " レナはそのまま、を振り上げたまま、厳かに口を開いた…。",
NULL, "Rena stayed like that, with that hatchet raised above her head, and solemnly opened her mouth...", Line_WaitForInput);
OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);
@@ -5615,8 +5615,8 @@ void main()
//print 2
// レナは斧を大きく振り上げたまま......さらに一歩踏み込んでくる@
OutputLine(NULL, " レナはを大きく振り上げたまま……さらに一歩踏み込んでくる。",
NULL, "Rena took one step forward... still holding the axe high above her head.", Line_WaitForInput);
OutputLine(NULL, " レナはを大きく振り上げたまま……さらに一歩踏み込んでくる。",
NULL, "Rena took one step forward... still holding the hatchet high above her head.", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
@@ -5751,8 +5751,8 @@ void main()
// 不釣合いな斧の重さに大きく振られ、まるで風に乗るかのように軽々と飛ばされる@
OutputLine(NULL, " 不釣合いなの重さに大きく振られ、まるで風に乗るかのように軽々と飛ばされる。",
NULL, "Thrown about by the unbalanced weight of the axe, she was sent backwards as if she had been carried off by the wind.", Line_WaitForInput);
OutputLine(NULL, " 不釣合いなの重さに大きく振られ、まるで風に乗るかのように軽々と飛ばされる。",
NULL, "Thrown about by the unbalanced weight of the hatchet, she was sent backwards as if she had been carried off by the wind.", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);