Skip to content

Commit

Permalink
Merge branch 'pr/134' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
uotalkie committed Jan 25, 2024
2 parents 90912ed + d3213a0 commit 3afeb05
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 101 deletions.
4 changes: 2 additions & 2 deletions game/overworld-town/loc-prison/widgets.twee
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@
"그건 어디서 난거야?" <<he_ ga>> 당신의 족쇄를 보며, 말한다. <<He_ ga>> <<his_ yi>> 주머니에서 열쇠를 꺼낸다.
<<set $phase to 2>>
<<elseif $worn.neck.type.includes("leash") and !$prison.active_punishments.includes("leash")>>
" 목줄을 매고 있으면 안되잖아," <<he_ ga>> <<his_ yi>> 주머니에서 펜치를 꺼내며, 말한다.
" 목줄을 맬 필요가 없잖아," <<he_ ga>> <<his_ yi>> 주머니에서 펜치를 꺼내며, 말한다.
<<set $phase to 3>>
<<elseif !$prison.active_punishments.includes("blindfold") and $worn.face.type.includes("blindfold")>>
"안대를 벗을 시간이네," <<he_ ga>> 말한다. 당신은 <<him_ ga>> 가까이 다가오는 것을 듣는다.
Expand Down Expand Up @@ -773,7 +773,7 @@
<<link [[$NPCList[0].pronouns.he + " 안대를 제거하도록 둔다"|Prison Remove Blindfold]]>><</link>>
<br>
<<elseif $phase is 3>>
<<link [["Let " + $NPCList[0].pronouns.he + " 목줄을 제거하도록 둔다"|Prison Remove Leash]]>><</link>>
<<link [[$NPCList[0].pronouns.him + " 목줄을 제거하도록 둔다"|Prison Remove Leash]]>><</link>>
<br>
<<elseif $phase is 2>>
<<trClothes "feet" $worn.feet.name "을">><<link [[$NPCList[0].pronouns.he + " " + _trResult + " 제거하도록 둔다"|Prison Remove Cuffs]]>><</link>>
Expand Down
Loading

0 comments on commit 3afeb05

Please sign in to comment.