Update bat.dm

This commit is contained in:
Sharkmare
2019-02-21 00:47:26 +01:00
committed by GitHub
parent 3b55a43be8
commit 84bb43dc95
@@ -57,7 +57,11 @@
if(prob(40))
visible_message("<span class='notice'>\The [src] dropped some ore!</span>")
var/location = get_turf(src)
new pick(/obj/item/weapon/ore/silver,/obj/item/weapon/ore/gold)(location)
new /obj/item/weapon/ore/silver(location)
if(prob(20))
visible_message("<span class='notice'>\The [src] dropped some ore!</span>")
var/location = get_turf(src)
new /obj/item/weapon/ore/gold(location)
//CHOMP EDIT: Random chance for bats to carry silver