Merge pull request #660 from TheFurryFeline/patch-7

Earlyport Xenoarch Fixy
This commit is contained in:
Izac Joof Forsgren
2020-03-16 23:02:05 +01:00
committed by GitHub

View File

@@ -425,7 +425,7 @@ turf/simulated/mineral/floor/light_corner
var/datum/find/F = finds[1]
if(newDepth > F.excavation_required) // Digging too deep can break the item. At least you won't summon a Balrog (probably)
fail_message = ". <b>[pick("There is a crunching noise","[W] collides with some different rock","Part of the rock face crumbles away","Something breaks under [W]")]</b>"
wreckfinds(P.destroy_artefacts)
wreckfinds(P.destroy_artefacts)
to_chat(user, "<span class='notice'>You start [P.drill_verb][fail_message].</span>")
if(do_after(user,P.digspeed))