mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
20 heat is a bit much
This commit is contained in:
parent
1c0458041e
commit
6f1287e11f
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public class NuclearReactor extends PowerGenerator{
|
|||
/** heating per frame * fullness */
|
||||
public float heating = 0.01f;
|
||||
/** max heat this block can output */
|
||||
public float heatOutput = 20f;
|
||||
public float heatOutput = 10f;
|
||||
/** threshold at which block starts smoking */
|
||||
public float smokeThreshold = 0.3f;
|
||||
/** heat threshold at which lights start flashing */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue