Cutting Runtime Fix (#10004)

This commit is contained in:
Geeves
2020-09-15 13:17:03 +02:00
committed by GitHub
parent 6d5c5ad40b
commit cf5eee9c7a

View File

@@ -279,7 +279,7 @@ STOCK_ITEM_UNCOMMON(spystuff, 1)
STOCK_ITEM_UNCOMMON(seeds, 1)
for(var/i in 1 to rand(1, 3))
var/obj/item/seeds/SP = pick(subtypesof(/obj/item/seeds))
var/obj/item/seeds/SP = pick(subtypesof(/obj/item/seeds) - /obj/item/seeds/cutting)
new SP(L)
STOCK_ITEM_UNCOMMON(rped, 2)