Merge pull request #6821 from PrismaticGynoid/xenoarch_fix

Xenoarch fix
This commit is contained in:
Schnayy
2020-03-13 09:46:14 -05:00
committed by VirgoBot
parent 2f3c36c131
commit 0185f541e3
2 changed files with 7 additions and 1 deletions

View File

@@ -416,7 +416,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))