Skip to content

Commit ae4edec

Browse files
Merge pull request #1200 from TheMrBakit/main
Craftable leather belt
2 parents cf6ec19 + c4b4967 commit ae4edec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

code/modules/roguetown/roguecrafting/leather.dm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515

1616
/*========= NO SKILL LEVEL REQUIRED ==========*/
17+
/datum/crafting_recipe/roguetown/leather/belt
18+
name = "leather belt"
19+
result = list(/obj/item/storage/belt/rogue/leather)
1720

1821
/datum/crafting_recipe/roguetown/leather/pouch
1922
name = "leather pouch"

0 commit comments

Comments
 (0)