Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayvallurupalli committed Oct 17, 2024
1 parent d3bab8a commit c2d8049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2d8049

Please sign in to comment.