Various small tweaks

This commit is contained in:
Anuken
2020-10-17 18:37:54 -04:00
parent e9131b4631
commit 7349af4753
4 changed files with 11 additions and 5 deletions

View File

@@ -919,8 +919,8 @@ public class Blocks implements ContentList{
shockMine = new ShockMine("shock-mine"){{
requirements(Category.effect, with(Items.lead, 25, Items.silicon, 12));
hasShadow = false;
health = 40;
damage = 23;
health = 50;
damage = 25;
tileDamage = 7f;
length = 10;
tendrils = 4;