Skip to content

Commit

Permalink
minor description change for put in the work
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayvallurupalli committed Oct 18, 2024
1 parent 7f6a961 commit b38ad8d
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 @@ -1512,7 +1512,7 @@ var illegalFormationBL_1442840874 = {name: [73,108,108,101,103,97,108,32,70,111,
var illegalFormationBR_1442840884 = {name: [73,108,108,101,103,97,108,32,70,111,114,109,97,116,105,111,110], synergy: true, tier: 0, rarity: 2, description: makeNimstrLit("ILLEGAL FORMATION: YOUR PAWN ABOVE YOUR RIGHT BISHOP SWAPS PLACES WITH YOUR RIGHT BISHOP"), icon: [], onStart: HEX3Aanonymous_1442840875, index: (-1), priority: 20};
var illegalFormationRL_1442840854 = {name: [73,108,108,101,103,97,108,32,70,111,114,109,97,116,105,111,110], synergy: true, tier: 0, rarity: 2, description: makeNimstrLit("ILLEGAL FORMATION: YOUR PAWN ABOVE YOUR LEFT ROOK SWAPS PLACES WITH YOUR LEFT ROOK"), icon: [], onStart: HEX3Aanonymous_1442840845, index: (-1), priority: 20};
var illegalFormationRR_1442840864 = {name: [73,108,108,101,103,97,108,32,70,111,114,109,97,116,105,111,110], synergy: true, tier: 0, rarity: 2, description: makeNimstrLit("ILLEGAL FORMATION: YOUR PAWN ABOVE YOUR RIGHT ROOK SWAPS PLACES WITH YOUR RIGHT ROOK"), icon: [], onStart: HEX3Aanonymous_1442840855, index: (-1), priority: 20};
var putInTheWork_1442840932 = {name: [80,117,116,32,105,110,32,116,104,101,32,119,111,114,107,33], synergy: true, tier: 0, rarity: 8, description: makeNimstrLit("Get to work son. If any of your pawns takes 3 pieces, it automatically promotes"), icon: [], onStart: HEX3Aanonymous_1442840896, index: (-1), priority: 10};
var putInTheWork_1442840932 = {name: [80,117,116,32,105,110,32,116,104,101,32,119,111,114,107,33], synergy: true, tier: 0, rarity: 8, description: makeNimstrLit("Get to work son. If any of your pawns take 3 pieces, they automatically promote."), icon: [], onStart: HEX3Aanonymous_1442840896, index: (-1), priority: 10};
var wanderingRoninLeft_1442840970 = {name: [87,97,110,100,101,114,105,110,103,32,82,111,110,105,110], synergy: true, tier: 1, rarity: 4, description: makeNimstrLit("A wandering Ronin joins your rank. \x0A Your third pawn from the left is replaced with a gold general from Shogi."), icon: [103,111,108,100,103,101,110,101,114,97,108,46,115,118,103], onStart: HEX3Aanonymous_1442840933, index: (-1), priority: 5};
var wanderingRoninRight_1442841008 = {name: [87,97,110,100,101,114,105,110,103,32,82,111,110,105,110], synergy: true, tier: 1, rarity: 4, description: makeNimstrLit("A wandering Ronin joins your rank. \x0A Your third pawn from the right is replaced with a gold general from Shogi."), icon: [103,111,108,100,103,101,110,101,114,97,108,46,115,118,103], onStart: HEX3Aanonymous_1442840971, index: (-1), priority: 5};
var archBishops_1442841080 = {name: [65,114,99,104,98,105,115,104,111,112,115], synergy: true, tier: 2, rarity: 8, description: makeNimstrLit("Your bishops ascend to archbishops, gaining the movement of a knight."), icon: [], onStart: HEX3Aanonymous_1442841040, index: (-1), priority: 15};
Expand Down
2 changes: 1 addition & 1 deletion src/powers.nim
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const putInTheWork*: Power = Power(
tier: Common,
priority: 10,
description:
"""Get to work son. If any of your pawns takes 3 pieces, it automatically promotes""",
"""Get to work son. If any of your pawns take 3 pieces, they automatically promote.""",
onStart:
proc (side: Color, _: Color, b: var ChessBoard) =
for i in 0 ..< b.len:
Expand Down

0 comments on commit b38ad8d

Please sign in to comment.