Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya246 authored Mar 26, 2021
1 parent 0356d12 commit 5f7d7fc
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 @@ -255,9 +255,9 @@ public void nextWave(){
u.apply(StatusEffects.boss);
u.health = 15000 * Groups.player.size();
u.armor = 0;
u.abilities.add(new UnitSpawnAbility(UnitTypes.scepter, 240, 0, -32));
u.abilities.add(new UnitSpawnAbility(UnitTypes.scepter, 60, 0, -32));
break;
case(28):
case(25):
Call.sendMessage("[green]Victory.");
gameIsOver = true;
Timer.schedule(() -> {Events.fire(new GameOverEvent(Team.sharded));}, 2);
Expand Down

0 comments on commit 5f7d7fc

Please sign in to comment.