This commit is contained in:
lolman360
2020-08-24 01:25:26 +10:00
parent 69caf7a331
commit daeaf81ab6
4 changed files with 5 additions and 4 deletions

View File

@@ -149,7 +149,7 @@
stepsdone += "u"
currentsteps += 1
currentquality -= 1
to_chat(user, "<span class='notice'?You [stepdone] the metal.</span>")
to_chat(user, "<span class='notice'>You [stepdone] the metal.</span>")
if(length(stepsdone) >= 3)
tryfinish(user)
@@ -179,7 +179,7 @@
currentsteps = 0
outrightfailchance = 1
if(user.mind.skill_holder)
user.mind.auto_gain_experience(/datum/skill/level/dorfy/blacksmithing, 200, 10000000, silent = FALSE)
user.mind.auto_gain_experience(/datum/skill/level/dorfy/blacksmithing, 50, 10000000, silent = FALSE)
break
/obj/structure/anvil/debugsuper

View File

@@ -32,6 +32,7 @@
/obj/item/melee/smith/twohand
item_flags = NEEDS_PERMIT //it's a bigass sword/spear. beepsky is going to give you shit for it.
sharpness = SHARP_EDGED
material_flags = MATERIAL_COLOR | MATERIAL_AFFECT_STATISTICS
force = 5
wielded_mult = 1.75
w_class = WEIGHT_CLASS_BULKY

View File

@@ -24,7 +24,7 @@
/obj/item/ingot/on_attack_hand(mob/user)
var/mob/living/carbon/human/H
if(!workability)
if(workability != "shapeable")
return ..()
var/prot = 0
if(ishuman(user))