Skip to content
Snippets Groups Projects
Commit 76a0c415 authored by Hachem_Muche's avatar Hachem_Muche
Browse files

Fix tunneling error to rooms created with RoomsLoaker:makePOD.

parent 98af12c3
No related branches found
No related tags found
1 merge request!337Fix tunneling error to rooms created with RoomsLoaker:makePOD.
......@@ -480,7 +480,7 @@ function _M:makePod(x, y, radius, room_id, data, floor, wall)
end
end end
return { id="podroom"..room_id, x=x, y=y, cx=x, cy=y }
return { id="podroom"..room_id, x=x, y=y, cx=x, cy=y, room={} }
end
--- Generates a basic (ascii) room definition (for use by function room generators)
......
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