mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 16:00:51 -07:00
Heat source warmup fix
This commit is contained in:
parent
9a3a6c31b3
commit
8eabe419c5
3 changed files with 2 additions and 0 deletions
|
|
@ -576,3 +576,4 @@
|
|||
63108=malign|block-malign-ui
|
||||
63107=smite|block-smite-ui
|
||||
63106=shockwave-tower|block-shockwave-tower-ui
|
||||
63105=heat-source|block-heat-source-ui
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -5514,6 +5514,7 @@ public class Blocks{
|
|||
rotateDraw = false;
|
||||
size = 1;
|
||||
heatOutput = 1000f;
|
||||
warmupRate = 1000f;
|
||||
regionRotated1 = 1;
|
||||
}};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue