Skip to content

Commit

Permalink
yes x2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ssheya committed Oct 18, 2024
1 parent 1bb3500 commit 4e31c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/stacks/sheets/sheet_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ GLOBAL_LIST_INIT(cloth_recipes, list(
null,
new /datum/stack_recipe("Bedsheet", /obj/item/bedsheet, 3),
new /datum/stack_recipe("Blindfold", /obj/item/clothing/glasses/sunglasses/blindfold, 3),
new /datum/stack_recipe("Fake blindfold", /obj/item/clothing/glasses/sunglasses/blindfold_fake, 2)
new /datum/stack_recipe("Fake blindfold", /obj/item/clothing/glasses/sunglasses/blindfold_fake, 2),
new /datum/stack_recipe("Fingerless gloves", /obj/item/clothing/gloves/fingerless),
new /datum/stack_recipe("Empty sandbag", /obj/item/emptysandbag, 4),
new /datum/stack_recipe("Improvised gauze", /obj/item/stack/medical/bruise_pack/improvised, res_amount = 2, max_res_amount = 6),
Expand Down

0 comments on commit 4e31c58

Please sign in to comment.