From 76a0c4153a0bf0a4a487f5bbfe7d430749ab8593 Mon Sep 17 00:00:00 2001
From: Hachem_Muche <Hachem_Muche@stanfordalumni.org>
Date: Tue, 14 Jun 2016 13:54:17 -0700
Subject: [PATCH] Fix tunneling error to rooms created with
 RoomsLoaker:makePOD.

---
 game/engines/default/engine/generator/map/RoomsLoader.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/engines/default/engine/generator/map/RoomsLoader.lua b/game/engines/default/engine/generator/map/RoomsLoader.lua
index 97f8d55e8e..bc36e9dd1f 100644
--- a/game/engines/default/engine/generator/map/RoomsLoader.lua
+++ b/game/engines/default/engine/generator/map/RoomsLoader.lua
@@ -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)
-- 
GitLab