Merge pull request #373 from Sharkmare/master

Giving space bats random loot drops
This commit is contained in:
Vollybally
2019-02-11 17:37:49 -05:00
committed by GitHub
@@ -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