Skip to content

Commit

Permalink
Finish 1.28.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wamekukyouzin committed Sep 11, 2020
2 parents 2ded484 + fb98e41 commit 593dd4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CSV/GameBase.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
コード,9224517
バージョン,12810
バージョン,12811
ウィンドウタイトル,eratohoK
タイトル,eratohoK
作者,喚く狂人
Expand Down
2 changes: 1 addition & 1 deletion ERB/SLG/SLG_VARIABLE.ERH
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#DIM CONST MAX_TREATY_C = 100

;条約に含まれる国家の最大数
#DIM CONST MAX_TREATY_COUNTRY = 35
#DIM CONST MAX_TREATY_COUNTRY = MAX_COUNTRY

;シナリオの最大数
#DIM CONST SCENARIO_NUMBER = 20
Expand Down
3 changes: 3 additions & 0 deletions changeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 更新履歴
## 2020年9月12日 version 1.28.11
FIX:MAX_TREATY_COUNTRYの値がMAX_COUNTRYと不一致になっている問題

## 2020年9月10日 version 1.28.10
FIX:「説得させる」の説得者が弁舌・風説流布のプラス系を所持しているときの判定補正が発揮されない問題
FIX:SELECT_CHARA_RANDOM_MULTIで不要なDUMPRANDとINITRANDをしている問題
Expand Down

0 comments on commit 593dd4d

Please sign in to comment.