Fixed spriteless item in xenoarch loot drop

This commit is contained in:
Loganbacca
2015-07-11 03:01:03 +12:00
parent e0ed7c3e69
commit 09f502f8d7

View File

@@ -336,8 +336,8 @@
R.amount = rand(5,25)
if(2)
var/obj/item/stack/tile/R = new(src)
R.amount = rand(1,5)
var/obj/item/stack/tile/plasteel/R = new(src)
R.amount = rand(5,25)
if(3)
var/obj/item/stack/sheet/metal/R = new(src)