A lesson in testing your PRs (#16969)

This commit is contained in:
E-MonaRhg
2021-10-18 16:15:54 +01:00
committed by GitHub
parent 9470fd0387
commit f9c672ffa2
2 changed files with 20 additions and 5 deletions
+3 -3
View File
@@ -377,7 +377,7 @@
category = CAT_MISC
/datum/crafting_recipe/bluecarpet
name = "Black Carpet"
name = "Blue Carpet"
result = list(/obj/item/stack/tile/carpet/blue)
time = 20
reqs = list(/obj/item/stack/tile/carpet = 1)
@@ -386,7 +386,7 @@
/datum/crafting_recipe/cyancarpet
name = "Cyan Carpet"
result = list(/obj/item/stack/tile/carpet/blue)
result = list(/obj/item/stack/tile/carpet/cyan)
time = 20
reqs = list(/obj/item/stack/tile/carpet = 1)
pathtools = list(/obj/item/toy/crayon/blue, /obj/item/toy/crayon/green)
@@ -418,7 +418,7 @@
/datum/crafting_recipe/redcarpet
name = "Red Carpet"
result = list(/obj/item/stack/tile/carpet/purple)
result = list(/obj/item/stack/tile/carpet/red)
time = 20
reqs = list(/obj/item/stack/tile/carpet = 1)
pathtools = list(/obj/item/toy/crayon/red)