mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 22:46:22 +01:00
testing randomization of loot drops
random random loot
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user