Compilation fix.

This commit is contained in:
PsiOmegaDelta
2015-07-11 10:51:03 +02:00
parent 47ced1df13
commit 339d08b20e

View File

@@ -342,7 +342,7 @@
R.amount = rand(5,25) R.amount = rand(5,25)
if(2) 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) R.amount = rand(5,25)
if(3) if(3)