From 84bb43dc951bd014b6c88eecadb1568656ec4c64 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 21 Feb 2019 00:47:26 +0100 Subject: [PATCH] Update bat.dm --- code/modules/mob/living/simple_animal/animals/bat.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/animals/bat.dm b/code/modules/mob/living/simple_animal/animals/bat.dm index a9406dce0b..905853ab25 100644 --- a/code/modules/mob/living/simple_animal/animals/bat.dm +++ b/code/modules/mob/living/simple_animal/animals/bat.dm @@ -57,7 +57,11 @@ if(prob(40)) visible_message("\The [src] dropped some ore!") 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("\The [src] dropped some ore!") + var/location = get_turf(src) + new /obj/item/weapon/ore/gold(location) //CHOMP EDIT: Random chance for bats to carry silver