From 7bb7ef5a04f744ce89f46443c8b4b418f2355efc Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Tue, 13 Jun 2017 04:58:22 -0700 Subject: [PATCH] Create repair.dm --- code/modules/procedural_mapping/mapGenerators/repair.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/procedural_mapping/mapGenerators/repair.dm b/code/modules/procedural_mapping/mapGenerators/repair.dm index d568b83e806..3a344ac94a5 100644 --- a/code/modules/procedural_mapping/mapGenerators/repair.dm +++ b/code/modules/procedural_mapping/mapGenerators/repair.dm @@ -6,7 +6,7 @@ /datum/mapGeneratorModule/bottomLayer/repairFloorPlasteel/place(turf/T) if(isclosedturf(T) && !ignore_wall) return FALSE - return TRUE + return ..() /datum/mapGeneratorModule/bottomLayer/repairFloorPlasteel/flatten ignore_wall = TRUE