Skip to content

Commit

Permalink
change nil to false
Browse files Browse the repository at this point in the history
  • Loading branch information
philcampeau committed Nov 24, 2024
1 parent e4ac369 commit 4d8e4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/engine/game/g_1849/step/bond.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def actions(entity)

def round_state
{
issued_bond: nil,
redeemed_bond: nil,
issued_bond: false,
redeemed_bond: false,
}
end

Expand Down

0 comments on commit 4d8e4d2

Please sign in to comment.