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 9be24a6 commit 585056c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crawler_arena/CrawlerArenaMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public void nextWave(){
Unit u = UnitTypes.reign.spawn(Team.crux, 32, 32);
u.apply(StatusEffects.boss);
u.health = 300000;
u.armor = 100;
u.armor = 0;
u.abilities.add(new UnitSpawnAbility(UnitTypes.scepter, 240, 0, -32));
break;
default:
Expand Down

0 comments on commit 585056c

Please sign in to comment.