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

Merge pull request #809 from plague006/17/cheat_items

[17][Enhancement] Add cheat items to cheats
This commit is contained in:
Matthew 2019-02-28 16:14:45 -05:00 committed by GitHub
commit 7896d98fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,16 @@ global.config = {
{name = 'small-plane', count = 2},
{name = 'coin', count = 20000},
{name = 'rocket-part', count = 2},
{name = 'computer', count = 2}
{name = 'computer', count = 2},
{name = 'infinity-pipe', count = 10},
{name = 'heat-interface', count = 10},
{name = 'compilatron-chest', count = 5},
{name = 'compilatron-chest', count = 5},
{name = 'escape-pod-assembler', count = 5},
{name = 'escape-pod-lab', count = 10},
{name = 'escape-pod-power', count = 5},
{name = 'pollution', count = 5},
{name = 'selection-tool', count = 1}
}
}
},