mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Nuclear reactor schem priority of -5 (#4840)
* Nuclear reactor schem priority of -5
This commit is contained in:
parent
19eb6334b7
commit
8289da1415
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ public class NuclearReactor extends PowerGenerator{
|
|||
hasLiquids = true;
|
||||
rebuildable = false;
|
||||
flags = EnumSet.of(BlockFlag.reactor, BlockFlag.generator);
|
||||
schematicPriority = -5;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue