summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-03-27 08:10:58 -0400
committerJoël Simoneau <simoneaujoel@gmail.com>2025-03-27 08:10:58 -0400
commitfad9b822c61be65928f7e283f2f558d6b309a98a (patch)
treeeb977e31fbf25a162addac353c1d38c81578bc9e /rules.js
parentffbe9096f786d5cc7d89cd2dd3cfdb2659788c13 (diff)
downloadvijayanagara-fad9b822c61be65928f7e283f2f558d6b309a98a.tar.gz
Free migrate shift
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 92b3324..f346f72 100644
--- a/rules.js
+++ b/rules.js
@@ -302,6 +302,7 @@ function setup_deck() {
}
game.of_gods_and_kings[0] = cards[cards.length-1]
game.deck = deck
+ game.deck = [1, 2, 3, 4, 16]
}
function setup_standard() {
@@ -6151,6 +6152,7 @@ CODE[16 * 2 + 1] = [
[ vm_prompt, "Free Migrate into a Province with a Fort, then remove the Fort." ],
[ vm_space, true, 0, 1, (s)=>has_piece(s, BK, DISC) && can_migrate_in_space(s) ],
[ vm_free_migrate ],
+ [ vm_log_br ],
[ vm_asm, ()=>game.vm.p = find_piece(game.vm.s, BK, DISC) ],
[ vm_remove ],
[ vm_endspace ],