Merge pull request #9866 from Useroth/tatorstrangeseeds

Adds strange seeds as a buyable traitor botanist item.
This commit is contained in:
kevinz000
2019-11-20 22:09:53 -07:00
committed by GitHub
2 changed files with 25 additions and 0 deletions
@@ -381,3 +381,13 @@
new /obj/item/gun/ballistic/automatic/pistol/m1911/kitchengun(src)
new /obj/item/ammo_box/magazine/m45/kitchengun(src)
new /obj/item/ammo_box/magazine/m45/kitchengun(src)
/obj/item/storage/box/strange_seeds_10pack
/obj/item/storage/box/strange_seeds_10pack/PopulateContents()
for(var/i in 1 to 10)
new /obj/item/seeds/random(src)
if(prob(50))
new /obj/item/seeds/random(src) //oops, an additional packet might have slipped its way into the box