mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-21 19:16:22 +01:00
Update bat.dm
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user