From f672acecca2c83c70002569ed546e46420565836 Mon Sep 17 00:00:00 2001 From: MrCat15352 <125268716+MrCat15352@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:27:37 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F?= =?UTF-8?q?=D0=B5=D0=BC=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF=D1=82=20=D0=BA?= =?UTF-8?q?=D1=80=D0=B0=D1=84=D1=82=D0=B0=20=D0=BE=D0=B1=D0=BC=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=BA=20=D0=B4=D0=BB=D1=8F=20=D0=BB=D0=B0=D0=BF=20(#1297?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/game/objects/items/stacks/sheets/sheet_types.dm | 5 +++++ mod_celadon/qol/README.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/code/game/objects/items/stacks/sheets/sheet_types.dm b/code/game/objects/items/stacks/sheets/sheet_types.dm index 041f979d06a3..a1416af6fcf8 100644 --- a/code/game/objects/items/stacks/sheets/sheet_types.dm +++ b/code/game/objects/items/stacks/sheets/sheet_types.dm @@ -268,6 +268,11 @@ GLOBAL_LIST_INIT(cloth_recipes, list ( \ new/datum/stack_recipe("23x19 canvas", /obj/item/canvas/twentythreeXnineteen, 4), \ new/datum/stack_recipe("23x23 canvas", /obj/item/canvas/twentythreeXtwentythree, 5), \ new/datum/stack_recipe("punching bag", /obj/structure/punching_bag, 5, time = 25, one_per_turf = TRUE, on_floor = TRUE), \ + // [CELADON-ADD] - CELADON_QOL - добавляем рецепты обмоток лап + new/datum/stack_recipe("footwraps white", /obj/item/clothing/shoes/footwraps, 2), \ + new/datum/stack_recipe("footwraps black", /obj/item/clothing/shoes/footwraps/black, 2), \ + new/datum/stack_recipe("footwraps brown", /obj/item/clothing/shoes/footwraps/brown, 2), \ + // [/CELADON-ADD] )) /obj/item/stack/sheet/cotton/cloth diff --git a/mod_celadon/qol/README.md b/mod_celadon/qol/README.md index 55a12290cd7b..b26bbf9bf26e 100644 --- a/mod_celadon/qol/README.md +++ b/mod_celadon/qol/README.md @@ -126,6 +126,8 @@ ID мода: CELADON_QOL - ADD, EDIT: `code/game/objects/items/storage/fancy.dm` - Делаем возможным положить обратно в пачку сигарет бычки +- ADD: `code/game/objects/items/stacks/sheets/sheet_types.dm` - добавляем в рецепты ткани обмотки для ног, всех цветов и стоимостью в 2 единицы ткани +