Balancing

This commit is contained in:
Anuken
2018-09-04 22:16:23 -04:00
parent 5814b2a4b8
commit d4ccfa31b5
2 changed files with 4 additions and 3 deletions

View File

@@ -79,10 +79,10 @@ public class DefenseBlocks extends BlockList implements ContentList{
shockMine = new ShockMine("shock-mine"){{
health = 40;
damage = 10;
tileDamage = 5f;
damage = 11;
tileDamage = 6f;
length = 10;
tendrils = 6;
tendrils = 5;
}};
}
}