testing randomization of loot drops

random random loot
This commit is contained in:
Sharkmare
2019-02-20 21:55:28 +01:00
committed by GitHub
parent 3be3a2371f
commit 3b55a43be8
@@ -57,7 +57,9 @@
if(prob(40))
visible_message("<span class='notice'>\The [src] dropped some ore!</span>")
var/location = get_turf(src)
new /obj/item/weapon/ore/silver(location)//CHOMP EDIT: Random chance for bats to carry silver
new pick(/obj/item/weapon/ore/silver,/obj/item/weapon/ore/gold)(location)
//CHOMP EDIT: Random chance for bats to carry silver
/mob/living/simple_animal/hostile/scarybat/Process_Spacemove(var/check_drift = 0)
return ..()