This commit is contained in:
Anuken
2020-12-21 20:48:00 -05:00
parent 806cea4b33
commit 852013cd63
4 changed files with 38 additions and 1 deletions

View File

@@ -876,7 +876,7 @@ public class Blocks implements ContentList{
size = 4;
}};
thruster = new Wall("thruster"){{
thruster = new Thruster("thruster"){{
health = 55 * 16 * wallHealthMultiplier;
size = 4;
}};