mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-02-05 06:51:05 -08:00
Deduplicate requirements assignment for Tar Fields (#1065)
This commit is contained in:
parent
cafd95859f
commit
76c63443af
1 changed files with 0 additions and 1 deletions
|
|
@ -189,7 +189,6 @@ public class Zones implements ContentList{
|
|||
startingItems = list(copper, 250, lead, 100);
|
||||
conditionWave = 15;
|
||||
launchPeriod = 10;
|
||||
requirements = with(new ZoneWave(ruinousShores, 20));
|
||||
resources = with(copper, scrap, lead, coal, titanium, thorium, sand);
|
||||
requirements = with(
|
||||
new ZoneWave(ruinousShores, 20),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue