X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants.js;h=2a20ffd958be6e81fdeff9819021d33ae2f58dd2;hb=e1cce11566b1fe6f0cfd85517617c1c0c6249761;hp=8a00fe002379beecdbf4c0a8a5e7764a5b3d8555;hpb=a6abf094c35a26019e47fea21302c4be32ff030b;p=vchess.git diff --git a/variants.js b/variants.js index 8a00fe00..2a20ffd9 100644 --- a/variants.js +++ b/variants.js @@ -12,4 +12,5 @@ module.exports = [ { "name": "Crazyhouse", "description": "Captures reborn" }, { "name": "Switching", "description": "Exchange pieces positions" }, { "name": "Extinction", "description": "Capture all of a kind" }, + { "name": "Ultima", "description": "Non-standard captures" }, ];