diff --git a/code/datums/components/crafting/recipes/recipes_weapon_and_ammo.dm b/code/datums/components/crafting/recipes/recipes_weapon_and_ammo.dm index dae685b08f..6786f0c0f7 100644 --- a/code/datums/components/crafting/recipes/recipes_weapon_and_ammo.dm +++ b/code/datums/components/crafting/recipes/recipes_weapon_and_ammo.dm @@ -85,7 +85,7 @@ subcategory = CAT_MELEE /datum/crafting_recipe/bokken_steelwood - name = "Training Bokken" + name = "Training Steelwood Bokken" result = /obj/item/melee/bokken/steelwood tools = list(TOOL_SCREWDRIVER) reqs = list(/obj/item/bokken_steelblade = 1, @@ -294,7 +294,7 @@ category = CAT_WEAPONRY subcategory = CAT_WEAPON -/datum/crafting_recipe/ishotgun +/datum/crafting_recipe/ishotgun name = "Improvised Shotgun" result = /obj/item/gun/ballistic/revolver/doublebarrel/improvised reqs = list(/obj/item/pipe = 2, // putting a large amount of meaningless timegates by forcing people to turn base resources into upgraded resources kinda sucks @@ -510,7 +510,7 @@ category = CAT_WEAPONRY subcategory = CAT_PARTS -/datum/crafting_recipe/wakibokken_blade +/datum/crafting_recipe/wakibokken_steelblade name = "Training Wakizashi Ironwood Bokken Blade" result = /obj/item/wakibokken_steelblade tools = list(/obj/item/hatchet, TOOL_WELDER) diff --git a/icons/mob/clothing/back.dmi b/icons/mob/clothing/back.dmi index caa901a9fd..2afd1b510b 100644 Binary files a/icons/mob/clothing/back.dmi and b/icons/mob/clothing/back.dmi differ diff --git a/icons/mob/clothing/belt.dmi b/icons/mob/clothing/belt.dmi index c1404cb044..adcd7b64e1 100644 Binary files a/icons/mob/clothing/belt.dmi and b/icons/mob/clothing/belt.dmi differ diff --git a/icons/mob/inhands/weapons/swords_lefthand.dmi b/icons/mob/inhands/weapons/swords_lefthand.dmi index ed34177c7b..8685b882f0 100644 Binary files a/icons/mob/inhands/weapons/swords_lefthand.dmi and b/icons/mob/inhands/weapons/swords_lefthand.dmi differ diff --git a/icons/mob/inhands/weapons/swords_righthand.dmi b/icons/mob/inhands/weapons/swords_righthand.dmi index 9f59dbed06..50b0064de5 100644 Binary files a/icons/mob/inhands/weapons/swords_righthand.dmi and b/icons/mob/inhands/weapons/swords_righthand.dmi differ diff --git a/icons/obj/smith.dmi b/icons/obj/smith.dmi index dcf4a77131..cbd6b9e85e 100644 Binary files a/icons/obj/smith.dmi and b/icons/obj/smith.dmi differ