Merge remote-tracking branch 'upstream/master'

This commit is contained in:
DeltaFire
2020-09-06 21:37:37 +02:00
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -174,7 +174,7 @@
var/skillmod = user.mind.get_skill_level(/datum/skill/level/dorfy/blacksmithing)/10 + 1
finalfailchance = max(0, finalfailchance / skillmod) //lv 2 gives 20% less to fail, 3 30%, etc
if((currentsteps > 10 || (rng && prob(finalfailchance))) && !artifact)
to_chat(user, "<span class='warning'?You overwork the metal, causing it to turn into useless slag!</span>")
to_chat(user, "<span class='warning'>You overwork the metal, causing it to turn into useless slag!</span>")
var/turf/T = get_turf(user)
workpiece_state = FALSE
new /obj/item/stack/ore/slag(T)
@@ -0,0 +1,4 @@
author: "DeltaFire15"
delete-after: True
changes:
- spellcheck: "fixed a typo causing a span not to show."