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 b9752d4 commit 9be24a6
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 @@ -238,8 +238,8 @@ public void nextWave(){
UnitTypes.reign.speed = 3;
Unit u = UnitTypes.reign.spawn(Team.crux, 32, 32);
u.apply(StatusEffects.boss);
u.health = 600000;
u.armor = 200;
u.health = 300000;
u.armor = 100;
u.abilities.add(new UnitSpawnAbility(UnitTypes.scepter, 240, 0, -32));
break;
default:
Expand Down

0 comments on commit 9be24a6

Please sign in to comment.