Make thruster cost some scrap (#6045)

This commit is contained in:
Darkness#3729 2021-09-25 15:50:20 +03:00 committed by GitHub
parent 50cc340b20
commit d79ab3ec3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -874,6 +874,7 @@ public class Blocks implements ContentList{
}};
thruster = new Thruster("thruster"){{
requirements(Category.defense, BuildVisibility.sandboxOnly, with(Items.scrap, 96));
health = 55 * 16 * wallHealthMultiplier;
size = 4;
}};