diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-13 21:58:53 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-13 21:58:53 -0400 |
commit | 37016f96b7189517f72bf6513ce51e7c3f909953 (patch) | |
tree | f9606a3ed7b0d274956c148721b3a84511fa54ef /rules.js | |
parent | 5b88925f1ab46024f6a93843a5c2efe2d7c2d69c (diff) | |
download | vijayanagara-37016f96b7189517f72bf6513ce51e7c3f909953.tar.gz |
Role names
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |