From 3db7e424b70d19574b4c81524cbd20679aec93f0 Mon Sep 17 00:00:00 2001 From: Paxilmaniac <82386923+Paxilmaniac@users.noreply.github.com> Date: Mon, 9 May 2022 20:39:25 -0400 Subject: [PATCH] one line fix woo (#13485) --- modular_skyrat/modules/stone/code/stone.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_skyrat/modules/stone/code/stone.dm b/modular_skyrat/modules/stone/code/stone.dm index 10dc0ddd708..380579bcbf9 100644 --- a/modular_skyrat/modules/stone/code/stone.dm +++ b/modular_skyrat/modules/stone/code/stone.dm @@ -17,6 +17,7 @@ matter_amount = 0 // cost = 500 source = null + walltype = /turf/closed/wall/mineral/stone /datum/material/stone name = "stone"