diff options
Diffstat (limited to 'const.js')
-rw-r--r-- | const.js | 6 |
1 files changed, 3 insertions, 3 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 |