mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-19 16:57:15 +07:00
parent
4630517d2d
commit
cc3f14100d
@ -147,3 +147,4 @@ KayAyeAre
|
||||
SMOLKEYS
|
||||
1stvaliduser(SUS)
|
||||
GlennFolker
|
||||
BlackDeluxeCat
|
@ -36,7 +36,6 @@ public class NuclearReactor extends PowerGenerator{
|
||||
|
||||
/** heat removed per unit of coolant */
|
||||
public float coolantPower = 0.5f;
|
||||
public float smoothLight;
|
||||
|
||||
public Item fuelItem = Items.thorium;
|
||||
|
||||
@ -82,6 +81,7 @@ public class NuclearReactor extends PowerGenerator{
|
||||
public class NuclearReactorBuild extends GeneratorBuild{
|
||||
public float heat;
|
||||
public float flash;
|
||||
public float smoothLight;
|
||||
|
||||
@Override
|
||||
public void updateTile(){
|
||||
|
Loading…
Reference in New Issue
Block a user