Skip to content

Commit 92f95d8

Browse files
Merge pull request #123 from MistakeNot4892/fork/pyrelight2
Minor corrections noted when syncing with Nebula.
2 parents c0ab96b + 036749b commit 92f95d8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

code/modules/tools/subtypes/axes.dm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
/obj/item/tool/axe/ebony/bronze
2929
material = /decl/material/solid/metal/bronze
3030

31-
/obj/item/tool/axe/iron
32-
material = /decl/material/solid/metal/iron
33-
3431
// Legacy SS13 hatchet.
3532
/obj/item/tool/axe/hatchet
3633
name = "hatchet"

maps/shaded_hills/shaded_hills_skills.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/datum/map/shaded_hills/get_available_skill_types()
1616
. = ..()
1717
. -= list(
18-
SKILL_EVA,\
18+
SKILL_EVA,
1919
SKILL_MECH,
2020
SKILL_PILOT,
2121
SKILL_COMPUTER,

0 commit comments

Comments
 (0)