Skip to content

Commit

Permalink
fixes auto exploring after discovery + level up (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
loothero authored Jun 5, 2024
1 parent a94aa84 commit da0a990
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/game/src/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -1391,9 +1391,6 @@ mod Game {
},
ExploreResult::Discovery(()) => {
_process_discovery(ref self, ref adventurer, adventurer_id, rnd2);
_explore(
ref self, ref adventurer, adventurer_id, adventurer_entropy, explore_till_beast
)
}
}

Expand Down

0 comments on commit da0a990

Please sign in to comment.