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

Add cheat items to cheats

This commit is contained in:
plague006 2019-02-24 15:55:06 -05:00
parent 76871eefbf
commit 3a7a059795

View File

@ -181,7 +181,9 @@ 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}
}
}
},