From 6257329997565c23c205c5a3199ef91054412bc7 Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Sun, 10 Apr 2022 18:20:18 +0200 Subject: [PATCH] fixed white hole blueprintabilty --- prototypes/gravitation/gr_white_hole.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/prototypes/gravitation/gr_white_hole.lua b/prototypes/gravitation/gr_white_hole.lua index 8847c80..df30d24 100644 --- a/prototypes/gravitation/gr_white_hole.lua +++ b/prototypes/gravitation/gr_white_hole.lua @@ -24,6 +24,7 @@ data:extend({ type = "furnace", icon = sprite('item.png'), icon_size = 64, + flags = {"player-creation","placeable-neutral"}, collision_box = {{-5.8,-5.8},{5.8,5.8}}, selection_box = {{-6,-6},{6,6}}, max_health = 1500,