summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--const.js6
-rw-r--r--play.css6
-rw-r--r--play.html2
-rw-r--r--rules.js6
4 files changed, 10 insertions, 10 deletions
diff --git a/const.js b/const.js
index 8d63c4f..3037577 100644
--- a/const.js
+++ b/const.js
@@ -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
diff --git a/play.css b/play.css
index 927f9aa..d9ea536 100644
--- a/play.css
+++ b/play.css
@@ -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 }
diff --git a/play.html b/play.html
index 43cb4b7..908eff5 100644
--- a/play.html
+++ b/play.html
@@ -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>
diff --git a/rules.js b/rules.js
index c8a6fcf..26467df 100644
--- a/rules.js
+++ b/rules.js
@@ -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