From 801b81f43556ee1fd8d6553f3d3ceb487ea63c35 Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Thu, 31 Aug 2023 15:24:59 -0500 Subject: [PATCH] no unbreakable walls --- prototypes/logo.lua | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/prototypes/logo.lua b/prototypes/logo.lua index 50b9c1b8..beac9b15 100644 --- a/prototypes/logo.lua +++ b/prototypes/logo.lua @@ -17,42 +17,5 @@ data:extend{{ height = 298, shift = util.by_pixel(0, 0), scale = 0.5 - }, - resistances = { - { - type = 'fire', - decrease = 0, - percent = 100 - }, - { - type = 'physical', - decrease = 0, - percent = 100 - }, - { - type = 'impact', - decrease = 0, - percent = 0 - }, - { - type = 'explosion', - decrease = 0, - percent = 100 - }, - { - type = 'acid', - decrease = 0, - percent = 100 - }, - { - type = 'laser', - decrease = 0, - percent = 100 - }, - { - type = 'electric', - decrease = 0, - percent = 100 - }, - }, + } }} \ No newline at end of file