Giving space bats random loot drops

Space bats now may carry silver, because SHINY!

Also they want me to tell you theat they are TOTALLY SCARY and not at all cute lil fuzzballs.
This commit is contained in:
Sharkmare
2019-02-11 08:24:14 +01:00
committed by GitHub
parent dab259d31d
commit a402752705
@@ -49,6 +49,8 @@
/mob/living/simple_animal/hostile/scarybat/New(loc, mob/living/L as mob)
..()
if(prob(30))//30% should be nice for a tiny bonus of silver, at least gives fighting mobs more purpose
contents += "/obj/item/weapon/ore/silver" //CHOMP EDIT: Random chance for bats to carry silver
if(istype(L))
owner = L