Skip to content

Commit 15d0527

Browse files
committed
hide some things
1 parent 26a5292 commit 15d0527

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prototypes/tiles/polluted-ground.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ data:extend {{
8888
data:extend {{
8989
type = "tree",
9090
name = "ninja-tree",
91+
hidden = true,
9192
icon = "__pycoalprocessinggraphics__/graphics/empty.png",
9293
icon_size = 1,
9394
flags = {"placeable-neutral", "placeable-off-grid", "breaths-air", "not-blueprintable", "not-deconstructable"},
@@ -99,7 +100,7 @@ data:extend {{
99100
collision_mask = {layers = {}},
100101
subgroup = "trees",
101102
order = "a[tree]-b[dead-tree]",
102-
impact_category = "wood",
103+
impact_category = "wood",
103104
pictures = {
104105
--dry-hairy-tree
105106
{

0 commit comments

Comments
 (0)