mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-05 18:30:22 -08:00
change pneumatic drill's water usage from 3.6/s to 3.5/s (#11412)
This commit is contained in:
parent
3791a7f375
commit
da6aecf695
1 changed files with 1 additions and 1 deletions
|
|
@ -2866,7 +2866,7 @@ public class Blocks{
|
||||||
drillTime = 400;
|
drillTime = 400;
|
||||||
size = 2;
|
size = 2;
|
||||||
|
|
||||||
consumeLiquid(Liquids.water, 0.06f).boost();
|
consumeLiquid(Liquids.water, 3.5f / 60f).boost();
|
||||||
}};
|
}};
|
||||||
|
|
||||||
laserDrill = new Drill("laser-drill"){{
|
laserDrill = new Drill("laser-drill"){{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue