mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-23 04:52:38 -08:00
Enable core incineration by default (#11437)
This commit is contained in:
parent
209352d3ed
commit
ccabe381d9
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ public class Rules{
|
|||
/** Mission string displayed instead of wave/core counter. Null to disable. */
|
||||
public @Nullable String mission;
|
||||
/** Whether cores incinerate items when full, just like in the campaign. */
|
||||
public boolean coreIncinerates = false;
|
||||
public boolean coreIncinerates = true;
|
||||
/** If false, borders fade out into darkness. Only use with custom backgrounds!*/
|
||||
public boolean borderDarkness = true;
|
||||
/** If true, the map play area is cropped based on the rectangle below. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue