From a01e0ab7f2e5bc40ee7b3de33b759db0a5f9d115 Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Tue, 26 Apr 2022 21:30:46 +0200 Subject: [PATCH] reduced roboport collision box --- prototypes/fission/fi_robo.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prototypes/fission/fi_robo.lua b/prototypes/fission/fi_robo.lua index b4db9d7..5bef01b 100644 --- a/prototypes/fission/fi_robo.lua +++ b/prototypes/fission/fi_robo.lua @@ -43,7 +43,7 @@ data:extend({ flags = {"player-creation","placeable-neutral"}, max_health = 300, corpse = 'big-remnants', - collision_box = {{-1.3,-1.3},{1.3,1.3}}, + collision_box = {{-1.2,-1.2},{1.2,1.2}}, selection_box = {{-1.5,-1.5},{1.5,1.5}}, map_color = {r=0, g=0, b=1, a=1}, minable = { @@ -134,7 +134,7 @@ data:extend({ flags = {"player-creation","placeable-neutral"}, max_health = 300, corpse = 'big-remnants', - collision_box = {{-1.3,-1.3},{1.3,1.3}}, + collision_box = {{-1.2,-1.2},{1.2,1.2}}, selection_box = {{-1.5,-1.5},{1.5,1.5}}, map_color = {r=0, g=0, b=1, a=1}, minable = {