Fixes black carpet recipe and sprite
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
diff a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm (rejected hunks)
|
||||
@@ -347,7 +347,7 @@
|
||||
/datum/crafting_recipe/blackcarpet
|
||||
name = "Black Carpet"
|
||||
reqs = list(/obj/item/stack/tile/carpet = 50, /obj/item/toy/crayon/black = 1)
|
||||
- result = /obj/item/stack/tile/carpet/black
|
||||
+ result = /obj/item/stack/tile/carpet/black/fifty
|
||||
category = CAT_MISC
|
||||
|
||||
/datum/crafting_recipe/showercurtain
|
||||
Reference in New Issue
Block a user