Commit a330b52a authored by Chae Ho Shin's avatar Chae Ho Shin

fix design mismatch

parent df832d0e
......@@ -18,7 +18,7 @@ namespace ISEKAI_Model
protected override bool exclusiveCondition()
{
bool turnCondition = game.turn.totalMonthNumber >= 13 && game.turn.turnNumber <= 9;
bool turnCondition = game.turn.totalMonthNumber >= 13 && game.turn.totalMonthNumber <= 36;
int chance = (new Random()).Next() / 10;
bool chanceCondition = chance <= 1;
if (_isFirstOccur && turnCondition)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment