Crash fixes

This commit is contained in:
Anuken
2018-09-05 09:05:15 -04:00
parent d4ccfa31b5
commit 3f07102f2a
7 changed files with 18 additions and 8 deletions

View File

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