diff --git a/code/modules/tools/subtypes/axes.dm b/code/modules/tools/subtypes/axes.dm index 495350175640..d671ffa07479 100644 --- a/code/modules/tools/subtypes/axes.dm +++ b/code/modules/tools/subtypes/axes.dm @@ -28,9 +28,6 @@ /obj/item/tool/axe/ebony/bronze material = /decl/material/solid/metal/bronze -/obj/item/tool/axe/iron - material = /decl/material/solid/metal/iron - // Legacy SS13 hatchet. /obj/item/tool/axe/hatchet name = "hatchet" diff --git a/maps/shaded_hills/shaded_hills_skills.dm b/maps/shaded_hills/shaded_hills_skills.dm index cbd620210d6f..a4e79ea78099 100644 --- a/maps/shaded_hills/shaded_hills_skills.dm +++ b/maps/shaded_hills/shaded_hills_skills.dm @@ -15,7 +15,7 @@ /datum/map/shaded_hills/get_available_skill_types() . = ..() . -= list( - SKILL_EVA,\ + SKILL_EVA, SKILL_MECH, SKILL_PILOT, SKILL_COMPUTER,