diff --git a/app.js b/app.js index 9be8aec..556a57b 100644 --- a/app.js +++ b/app.js @@ -12074,7 +12074,7 @@ var side_520093738 = [0]; F.line = 42; var turn_520093739 = [false]; F.line = 44; -var myDrafts_520093744 = [[{name: [87,101,114,101,119,111,108,118,101,115], synergy: true, tier: 1, rarity: 8, description: makeNimstrLit("Your leftmost and rightmost pawns are secretly werewolves! When they take a piece, they eat it and gain the ability to jump like a knight. They do not promote."), icon: [], onStart: HEX3Aanonymous_1442841022, index: (-1), priority: 5}]]; +var myDrafts_520093744 = [[]]; F.line = 45; var opponentDrafts_520093745 = [[]]; F.line = 46; diff --git a/src/main.nim b/src/main.nim index 289b1a4..154dac6 100644 --- a/src/main.nim +++ b/src/main.nim @@ -41,7 +41,7 @@ var peer: tuple[send: proc(data: cstring), destroy: proc()] var side: Color# = white # = white only for testing, delete var turn: bool# = true# = true#only for testing -var myDrafts: seq[Power] = @[warewolves]# = @[anime, illegalFormationBL] +var myDrafts: seq[Power] = @[]# = @[anime, illegalFormationBL] var opponentDrafts: seq[Power]# = @[stepOnMe, sacrifice, empress] var draftOptions: seq[Power] var draftChoices: int = 3