-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding miscellaneous crafting items for future work.
- Loading branch information
1 parent
876163b
commit b4d74cb
Showing
6 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Stub for forging. TODO crafting that uses chains. | ||
/obj/item/chain | ||
name = "chain" | ||
name_prefix = "length of" | ||
desc = "A flexible length of interconnected links forming a chain." | ||
icon_state = ICON_STATE_WORLD | ||
icon = 'icons/obj/items/chain.dmi' | ||
material = /decl/material/solid/metal/iron | ||
material_alteration = MAT_FLAG_ALTERATION_ALL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Stub for forging. TODO use for fishing rod? | ||
/obj/item/hook | ||
name = "hook" | ||
desc = "A small sharp curved object." | ||
icon_state = ICON_STATE_WORLD | ||
icon = 'icons/obj/items/hook.dmi' | ||
material = /decl/material/solid/metal/iron | ||
material_alteration = MAT_FLAG_ALTERATION_ALL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Stub for forging. TODO implement shoes on honse. | ||
/obj/item/horseshoe | ||
name = "horseshoe" | ||
desc = "A curved length of metal, usually nailed to a horse's hoof. May bring luck." | ||
icon_state = ICON_STATE_WORLD | ||
icon = 'icons/obj/items/horseshoe.dmi' | ||
material = /decl/material/solid/metal/iron | ||
material_alteration = MAT_FLAG_ALTERATION_ALL |
Binary file not shown.
Binary file not shown.
Binary file not shown.