From 963b4dd6c0e69d69b60c418523ee3c27d6bcab7b Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Mon, 15 Feb 2021 10:36:06 +0000 Subject: [PATCH] Simulates this --- code/modules/maze_generation/maze_generator_blockwise.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/maze_generation/maze_generator_blockwise.dm b/code/modules/maze_generation/maze_generator_blockwise.dm index 2e6da911a82..94850e2ea38 100644 --- a/code/modules/maze_generation/maze_generator_blockwise.dm +++ b/code/modules/maze_generation/maze_generator_blockwise.dm @@ -7,7 +7,7 @@ /obj/effect/mazegen/generator/blockwise name = "blockwise maze generator" /// Material to make the walls out of - var/turf/wall_material = /turf/unsimulated/wall + var/turf/wall_material = /turf/simulated/wall/indestructible/riveted /// Material to make the floor out of var/turf/floor_material = /turf/simulated/floor/engine /// List of open spots (speeds up calculations)