Skip to content
Snippets Groups Projects
Commit 1963d8b3 authored by DS's avatar DS Committed by Vitaliy
Browse files

Prevent wires from being rotated (#365)

parent 954262d0
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,8 @@ local function register_wires()
node_box = nodebox,
walkable = false,
drop = "mesecons:wire_00000000_off",
mesecon_wire = true
mesecon_wire = true,
on_rotate = false,
}, {tiles = tiles_off, mesecons = meseconspec_off, groups = groups_off},
{tiles = tiles_on, mesecons = meseconspec_on, groups = groups_on})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment