From 036749b0ab4dcc09600dd66065b3df7e5922d919 Mon Sep 17 00:00:00 2001 From: MistakeNot4892 Date: Sat, 25 Jan 2025 19:28:30 +1100 Subject: [PATCH] Minor corrections noted when syncing with Nebula. --- code/modules/tools/subtypes/axes.dm | 3 --- maps/shaded_hills/shaded_hills_skills.dm | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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,