Skip to content

Commit

Permalink
Removing the steel axe from Shaded Hills.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Jan 10, 2025
1 parent a815bec commit df19a2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions code/modules/tools/subtypes/axes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@
return tool_qualities

/obj/item/tool/axe/ebony
material = /decl/material/solid/metal/iron
handle_material = /decl/material/solid/organic/wood/ebony

/obj/item/tool/axe/iron
material = /decl/material/solid/metal/iron

// Legacy SS13 hatchet.
/obj/item/tool/axe/hatchet
name = "hatchet"
Expand Down
2 changes: 1 addition & 1 deletion maps/shaded_hills/shaded_hills-grassland.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
/area/shaded_hills/outside)
"kr" = (
/obj/item/tool/pickaxe/iron,
/obj/item/tool/axe,
/obj/item/tool/axe/iron,
/obj/abstract/exterior_marker/inside,
/obj/structure/closet/crate/chest/ebony,
/turf/floor/woven,
Expand Down

0 comments on commit df19a2b

Please sign in to comment.