Skip to content

Commit

Permalink
오류 수정
Browse files Browse the repository at this point in the history
- 농장 침공시 capitalise 오류 나는 문제 수정 ( https://arca.live/b/textgame/97447865 )
- 핫초코 가게에서 nnpc_him 오류 나는 문제 수정 ( https://arca.live/b/textgame/97476993 )
  • Loading branch information
uotalkie committed Jan 25, 2024
1 parent 83c8d2c commit 806f65a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions game/overworld-plains/loc-farm/assault.twee
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@
<<set _trResult to "들판">><<set _postNum to 0>>
<</switch>>
<<if _args[0] is "cap">>
<<capitalise>><<trPost _postNum _args[1] _args[2]>><<else>><<trPost _postNum _args[0] _args[1]>>
<<trPost _postNum _args[1] _args[2]>><<else>><<trPost _postNum _args[0] _args[1]>>
<</if>>
<</silently>><<print _trResult>><</widget>>

Expand All @@ -783,7 +783,7 @@
<<set _trResult to "<span class=\"pink\">레미의 깡패들</span>">><<set _postNum to 2>>
<</switch>>
<<if _args[0] is "cap">>
<<capitalise>><<trPost _postNum _args[1] _args[2]>><<else>><<trPost _postNum _args[0] _args[1]>>
<<trPost _postNum _args[1] _args[2]>><<else>><<trPost _postNum _args[0] _args[1]>>
<</if>>
<</silently>><<print _trResult>><</widget>>

Expand Down
2 changes: 1 addition & 1 deletion game/overworld-town/loc-park/robin.twee
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

"<<print either(
"...맑은 밤에 하늘을 본 적이 있어? 저 밖에는 별들이 너무 많아. 우리 세상처럼 정말 많은 세상들이 있어. 물론 지금은 좀 추운 시기지.",
"...베일리는 언제 사라질까? 어딘가엔 <<nnpc_him Bailey_ rul>> 싫어하는 아주 강한 사람이 있을거야, 그렇지?",
"...베일리는 언제 사라질까? 어딘가엔 <<nnpc_him_ rul Bailey>> 싫어하는 아주 강한 사람이 있을거야, 그렇지?",
"어떤 날은 가판대를 운영하기 너무 힘들어. 그래도 열어두면 가치는는 있어.")>>"
<br><br>

Expand Down

0 comments on commit 806f65a

Please sign in to comment.