Skip to content

Commit

Permalink
Fixes #207. Now 7 minute phases can be selected at game creation time.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Dec 29, 2015
1 parent 1ad8062 commit 16fd070
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/English/gamecreate.php
Expand Up @@ -53,7 +53,7 @@
<li class="formlistfield">
<select name="newGame[phaseMinutes]" onChange="document.getElementById('wait').selectedIndex = this.selectedIndex">
<?php
$phaseList = array(5, 10, 15, 20, 30,
$phaseList = array(5,7, 10, 15, 20, 30,
60, 120, 240, 360, 480, 600, 720, 840, 960, 1080, 1200, 1320,
1440, 2160, 2880, 4320, 5760, 7200, 8640, 10080, 14400, 1440+60, 2880+60*2);

Expand Down
7 changes: 6 additions & 1 deletion locales/English/recentchanges.php
Expand Up @@ -29,9 +29,14 @@
margin-left:30px;
}
</style>
December 30th, 2015
<ul>
<li>Seven minute phases now available.</li>
</ul>
<div class="hr"></div>
December 29th, 2015
<ul>
<li>Several corrections to the borders in the World variant</li>
<li>Several corrections to the borders in the World variant.</li>
</ul>
<div class="hr"></div>
December 27th, 2015
Expand Down

0 comments on commit 16fd070

Please sign in to comment.