diff options
-rw-r--r-- | const.js | 6 | ||||
-rw-r--r-- | play.css | 6 | ||||
-rw-r--r-- | play.html | 2 | ||||
-rw-r--r-- | rules.js | 6 |
4 files changed, 10 insertions, 10 deletions
@@ -8,9 +8,9 @@ const FACTIONS = [DS, BK, VE] const REBEL_FACTIONS = [BK, VE] // Role names -const NAME_DS = "DS" -const NAME_BK = "BK" -const NAME_VE = "VE" +const NAME_DS = "Delhi Sultanate" +const NAME_BK = "Bahmani Kingdom" +const NAME_VE = "Vijayanagara Empire" const NAME_SOLO = "Solo" // Player pieces types @@ -1,8 +1,8 @@ main { background-color: #777; } -#role_DS { background-color: #89a } -#role_BK { background-color: #30b58b } -#role_VE { background-color: #ffbf32 } +#role_Delhi_Sultanate { background-color: #89a } +#role_Bahmani_Kingdom { background-color: #30b58b } +#role_Vijayanagara_Empire { background-color: #ffbf32 } header.your_turn.ds { background-color: #89a } header.your_turn.bk { background-color: #30b58b } @@ -28,7 +28,7 @@ <menu> <li><a href="info/learn-to-play.html" target="_blank")">Learn to Play</a> <li><a href="info/rulebook.html" target="_blank")">Rulebook</a> - <li><a href="info/reference.html" target="_blank")">Referenece</a> + <li><a href="info/reference.html" target="_blank")">Reference</a> <li><a href="info/guides.html" target="_blank")">Strategy</a> <li><a href="info/cards.html" target="_blank")">Cards</a> </menu> @@ -5131,9 +5131,9 @@ const FACTIONS = [DS, BK, VE] const REBEL_FACTIONS = [BK, VE] // Role names -const NAME_DS = "DS" -const NAME_BK = "BK" -const NAME_VE = "VE" +const NAME_DS = "Delhi Sultanate" +const NAME_BK = "Bahmani Kingdom" +const NAME_VE = "Vijayanagara Empire" const NAME_SOLO = "Solo" // Player pieces types |