mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Fixed spriteless item in xenoarch loot drop
This commit is contained in:
@@ -336,8 +336,8 @@
|
|||||||
R.amount = rand(5,25)
|
R.amount = rand(5,25)
|
||||||
|
|
||||||
if(2)
|
if(2)
|
||||||
var/obj/item/stack/tile/R = new(src)
|
var/obj/item/stack/tile/plasteel/R = new(src)
|
||||||
R.amount = rand(1,5)
|
R.amount = rand(5,25)
|
||||||
|
|
||||||
if(3)
|
if(3)
|
||||||
var/obj/item/stack/sheet/metal/R = new(src)
|
var/obj/item/stack/sheet/metal/R = new(src)
|
||||||
|
|||||||
Reference in New Issue
Block a user