Skip to content

Commit

Permalink
Merge pull request #1 from end-me-please/patch-1
Browse files Browse the repository at this point in the history
Update CrawlerArenaMod.java
  • Loading branch information
Ilya246 authored Jan 7, 2022
2 parents dbf39b6 + ad3aeab commit a0db389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crawler_arena/CrawlerArenaMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ public void init(){
aidBlockAmounts.putAll(Blocks.liquidSource, 4,
Blocks.powerSource, 4,
Blocks.itemSource, 6,

Blocks.constructor, 1,

Blocks.thoriumWallLarge, 8,
Blocks.surgeWallLarge, 4,

Expand Down Expand Up @@ -154,7 +155,6 @@ public void init(){
}

Core.app.post(() -> {
content.blocks().each(b -> state.rules.bannedBlocks.add(b));
state.rules.canGameOver = false;
state.rules.waveTimer = false;
state.rules.waves = true;
Expand Down

0 comments on commit a0db389

Please sign in to comment.