Skip to content

Commit

Permalink
Merge pull request #19 from air1068/patch-5
Browse files Browse the repository at this point in the history
Improve PV/DV fixer limit messages
  • Loading branch information
JianmengYu authored Jul 8, 2024
2 parents af02eee + fa29396 commit 78642ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2.05-custom-gx/action.hsp
Original file line number Diff line number Diff line change
Expand Up @@ -12869,7 +12869,7 @@
}
}
if ( cdata(CDATA_DV_FIX, tc) >= 200 ) {
txt lang("DV補正200以上には使っても効果がない。", "There is no effect even if used against opponents with Dvfix 200 or more...")
txt lang("DV補正200以上には使っても効果がない。", "There would be no effect if used on someone with Dvfix 200 or more...")
gosub *screen_draw
goto *pc_turn
}
Expand Down Expand Up @@ -12938,7 +12938,7 @@
}
}
if ( cdata(CDATA_PV_FIX, tc) >= 200 ) {
txt lang("PV補正200以上には使っても効果がない。", "There is no effect even if used against opponents with Pvfix 200 or more...")
txt lang("PV補正200以上には使っても効果がない。", "There would be no effect if used on someone with Pvfix 200 or more...")
gosub *screen_draw
goto *pc_turn
}
Expand Down

0 comments on commit 78642ae

Please sign in to comment.