Skip to content

Commit

Permalink
Fixes the "Violet/Crimson Silk to Azure Silk" conversion making amber…
Browse files Browse the repository at this point in the history
… silk instead (#2674)

fixes azure silk
  • Loading branch information
Gboster-0 authored Jan 10, 2025
1 parent 29af71d commit b671cb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
//Advanced Transfers
/datum/crafting_recipe/azure_silk_transfer
name = "Violet/Crimson Silk to Azure Silk"
result = /obj/item/stack/sheet/silk/amber_simple
result = /obj/item/stack/sheet/silk/azure_simple
reqs = list(/obj/item/stack/sheet/silk/crimson_advanced = 1, /obj/item/stack/sheet/silk/violet_advanced = 1)
tools = list(/obj/item/silkknife = 1)
time = 5
Expand Down

0 comments on commit b671cb3

Please sign in to comment.