1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-05 22:53:39 +02:00

Remove compilatron-chest from cheat items.

Looks like they have been removed from the game so we have to remove them from the cheat items to allow cheat mode to still work.
This commit is contained in:
James Gillham 2020-04-29 21:50:48 +01:00
parent 645eb375a9
commit c65090321a

View File

@ -202,8 +202,6 @@ global.config = {
{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 = 'selection-tool', count = 1}
}
}