From 339d08b20e8a923b2ac2c4f429788936666f3efc Mon Sep 17 00:00:00 2001 From: PsiOmegaDelta Date: Sat, 11 Jul 2015 10:51:03 +0200 Subject: [PATCH] Compilation fix. --- code/modules/mining/mine_turfs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/mine_turfs.dm b/code/modules/mining/mine_turfs.dm index da1d8c6ad2..79da2fdf99 100644 --- a/code/modules/mining/mine_turfs.dm +++ b/code/modules/mining/mine_turfs.dm @@ -342,7 +342,7 @@ R.amount = rand(5,25) if(2) - var/obj/item/stack/tile/plasteel/R = new(src) + var/obj/item/stack/material/plasteel/R = new(src) R.amount = rand(5,25) if(3)