Skip to content

Commit

Permalink
Merge pull request erasels#232 from Cany0udance/main
Browse files Browse the repository at this point in the history
Smith's Folly: Biome no longer guarantees an event
  • Loading branch information
erasels authored Apr 6, 2024
2 parents 83a618c + 49c153e commit 61ec793
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ public boolean canSpawn() {
return !this.isAct(2);
}

@Override
public void distributeRooms(com.megacrit.cardcrawl.random.Random rng, ArrayList<AbstractRoom> roomList) {
placeRoomRandomly(rng, roomOrDefault(roomList, (room)->room instanceof EventRoom, EventRoom::new));
}

@Override
public void replaceRooms(com.megacrit.cardcrawl.random.Random rng) {
//Replace all shop rooms with monster rooms
Expand Down

0 comments on commit 61ec793

Please sign in to comment.