1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Removed duplicate config

This commit is contained in:
Lynn 2018-12-10 21:22:25 +01:00
parent 2a8a047c64
commit bff12f1fdb

View File

@ -48,14 +48,7 @@ local Config = {
-- adds additional items to the player force when starting in addition to defined in start_items above
starting_items = {
{name = 'power-armor-mk2', count = 1},
{name = 'submachine-gun', count = 1},
{name = 'uranium-rounds-magazine', count = 1000},
{name = 'roboport', count = 2},
{name = 'construction-robot', count = 50},
{name = 'electric-energy-interface', count = 1},
{name = 'medium-electric-pole', count = 50},
{name = 'logistic-chest-storage', count = 50},
{name = 'uranium-rounds-magazine', count = 200},
},
},
},