Merge pull request #11902 from Heroman3003/runtimefix

Fixes runtime on digging turfs with minor finds
This commit is contained in:
Casey
2021-11-22 23:37:57 -05:00
committed by GitHub
+2 -2
View File
@@ -611,8 +611,8 @@ var/list/mining_overlay_cache = list()
if(prob(50))
M.Stun(5)
SSradiation.flat_radiate(src, 25, 100)
if(prob(25))
excavate_find(prob(5), finds[1])
if(prob(25))
excavate_find(prob(5), finds[1])
else if(rand(1,500) == 1)
visible_message("<span class='notice'>An old dusty crate was buried within!</span>")
new /obj/structure/closet/crate/secure/loot(src)