mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[MIRROR] Fixes Black Carpet and Paper Frames crafting recipes only giving you 1 item in return. [MDB IGNORE] (#18500)
* Fixes Black Carpet and Paper Frames crafting recipes only giving you 1 item in return. * Update recipes.dm Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
co-authored by
ShizCalev
Zonespace
parent
2e9b0242c7
commit
bf38a3d4e2
@@ -785,7 +785,8 @@
|
||||
|
||||
/datum/crafting_recipe/paperframes
|
||||
name = "Paper Frames"
|
||||
result = /obj/item/stack/sheet/paperframes/five
|
||||
result = /obj/item/stack/sheet/paperframes
|
||||
result_amount = 5
|
||||
time = 1 SECONDS
|
||||
reqs = list(/obj/item/stack/sheet/mineral/wood = 5, /obj/item/paper = 20)
|
||||
category = CAT_STRUCTURE
|
||||
@@ -814,7 +815,8 @@
|
||||
/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/fifty
|
||||
result = /obj/item/stack/tile/carpet/black
|
||||
result_amount = 50
|
||||
category = CAT_TILES
|
||||
|
||||
/datum/crafting_recipe/curtain
|
||||
|
||||
Reference in New Issue
Block a user