From cf79a165828ae28e15638e92a4d0e67bee2c09c3 Mon Sep 17 00:00:00 2001 From: MrCat15352 Date: Tue, 28 May 2024 13:18:13 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A5=D0=B8=D1=82=D0=B5=D1=80=20=D1=82=D0=B5?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D1=8C=20=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D0=BE=D0=B6=D0=B8=D1=82=D1=8C=20=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D1=82=D0=BD=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/game/objects/items/storage/ration.dm | 5 ++++- mod_celadon/qol/README.md | 3 ++- mod_celadon/qol/_qol.dm | 4 ++-- mod_celadon/qol/_qol.dme | 1 + mod_celadon/qol/code/food_and_drinks.dm | 3 +++ 5 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 mod_celadon/qol/code/food_and_drinks.dm diff --git a/code/game/objects/items/storage/ration.dm b/code/game/objects/items/storage/ration.dm index 482ba202a73e..fa7c8b5f470f 100644 --- a/code/game/objects/items/storage/ration.dm +++ b/code/game/objects/items/storage/ration.dm @@ -18,7 +18,10 @@ . = ..() var/datum/component/storage/STR = GetComponent(/datum/component/storage) STR.max_items = 7 - STR.set_holdable(list(/obj/item/reagent_containers/food)) + // [CELADON-EDIT] - CELADON_QOL + // STR.set_holdable(list(/obj/item/reagent_containers/food)) // CELADON-EDIT - ORIGINAL + STR.set_holdable(list(/obj/item/reagent_containers/food, /obj/item/ration_heater)) + // [/CELADON-EDIT] STR.locked = TRUE STR.locked_flavor = "sealed closed" diff --git a/mod_celadon/qol/README.md b/mod_celadon/qol/README.md index aee452da8727..091addcf1582 100644 --- a/mod_celadon/qol/README.md +++ b/mod_celadon/qol/README.md @@ -76,6 +76,7 @@ ID мода: CELADON_QOL - EDIT `code\modules\client\preferences.dm`: `var/datum/loadout_category/LC = GLOB.loadout_categories[gear_tab]` - меняем лодаут - ADD `html\browser\common.css` -> да-да, ксс файлик шатаем. Добавляем классы на обработку картиночек лодаута +- EDIT `code\game\objects\items\storage\ration.dm` - делаем так чтобы можно хитер положить обратно