Skip to content

Commit

Permalink
Trim links from the confirmation dialogue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Unihedro committed Feb 9, 2016
1 parent 68ab2dc commit ac4bf6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ui/lobby/src/variant.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
var variantConfirms = {
'chess960': "This is a Chess960 game!\n\nThe starting position of the pieces on the players' home ranks is randomized.\nRead more: http:https://wikipedia.org/wiki/Chess960\n\nDo you want to play Chess960?",
'kingOfTheHill': "This is a King of the Hill game!\n\nThe game can be won by bringing the king to the center.\nRead more: http:https://lichess.org/king-of-the-hill",
'threeCheck': "This is a Three-check game!\n\nThe game can be won by checking the opponent 3 times.\nRead more: http:https://en.wikipedia.org/wiki/Three-check_chess",
"antichess": "This is an antichess chess game!\n\n If you can take a piece, you must. The game can be won by losing all your pieces.",
'chess960': "This is a Chess960 game!\n\nThe starting position of the pieces on the players' home ranks is randomized.",
'kingOfTheHill': "This is a King of the Hill game!\n\nThe game can be won by bringing the king to the center.",
'threeCheck': "This is a Three-check game!\n\nThe game can be won by checking the opponent 3 times.",
"antichess": "This is an antichess chess game!\n\nIf you can take a piece, you must. The game can be won by losing all your pieces.",
"atomic": "This is an atomic chess game!\n\nCapturing a piece causes an explosion, taking out your piece and surrounding non-pawns. Win by mating or exploding your opponent's king.",
"horde": "This is a horde chess game!\n\nWhite must take all black pawns to win. Black must checkmate white king.",
"racingKings": "This is a racing kings game!\n\nPlayers must race their kings to the eighth rank. Checks are not allowed.",
"crazyhouse": "This is a crazyhouse game!\n\n. Every time a piece is captured the capturing player gets a piece of the same type and of their color in their pocket."
"crazyhouse": "This is a crazyhouse game!\n\nEvery time a piece is captured the capturing player gets a piece of the same type and of their color in their pocket."
};

function storageKey(key) {
Expand Down

0 comments on commit ac4bf6d

Please sign in to comment.