mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-08 14:24:52 +07:00
Make thruster cost some scrap (#6045)
This commit is contained in:
parent
50cc340b20
commit
d79ab3ec3e
@ -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;
|
||||
}};
|
||||
|
Loading…
Reference in New Issue
Block a user