Skip to content

Commit

Permalink
make breed no-op for now
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Oct 13, 2024
1 parent 6d14aee commit 620f977
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,10 @@ const machine = src.createMachine({
}
}
},
"breed": {
"after": {
"50": "done"
breed: {
always: {
target: 'done',
actions: () => console.log('breed: todo')
}
},
"done": {
Expand Down

0 comments on commit 620f977

Please sign in to comment.