From c65090321aed59850bc0301f12975c4800717b85 Mon Sep 17 00:00:00 2001 From: James Gillham Date: Wed, 29 Apr 2020 21:50:48 +0100 Subject: [PATCH] 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. --- config.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.lua b/config.lua index 86f26a40..942c9c95 100644 --- a/config.lua +++ b/config.lua @@ -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} } }