From 51415970d6f994fc8b4d6d758505ff7ae49c7e5b Mon Sep 17 00:00:00 2001 From: VERG-SS220 Date: Sat, 12 Oct 2024 20:06:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=20?= =?UTF-8?q?=D0=BE=D0=B4=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=B8=D0=BC=D0=BF=D0=BB?= =?UTF-8?q?=D0=B0=D0=BD=D1=82=D0=B5=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Осталось доделать перевод категорий и парочки предметов из аплинка --- code/datums/uplink_items/uplink_general.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/uplink_items/uplink_general.dm b/code/datums/uplink_items/uplink_general.dm index 5cfb05e13aef..416b27eb162f 100644 --- a/code/datums/uplink_items/uplink_general.dm +++ b/code/datums/uplink_items/uplink_general.dm @@ -892,7 +892,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) /datum/uplink_item/bio_chips/basic_adrenal name = "Basic-Adrenal Bio-chip" - desc = "A single-use bio-chip injected into the body and later activated manually to inject a chemical cocktail. This one has a worse healing effect than regular adrenaline. It can be activated once for 3/4 of the effect of the original." + desc = "Одноразовый био-чипп, вводимый в тело и активируемый для впрыска химического коктейля. У данной версии лечащее действие хуже обычного адреналина. Его можно активировать единожды для полученния эффекта как от 3/4 оригинала." reference = "BAI" item = /obj/item/bio_chip_implanter/basic_adrenalin cost = 20 @@ -900,7 +900,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) /datum/uplink_item/bio_chips/proto_adrenal name = "Proto-Adrenal Bio-chip" - desc = "A old prototype of the Adrenalin implant, that grants the user 4 seconds of antistun, getting them back on their feet instantly once, but nothing more. Speed and healing sold seperately." + desc = "Старый прототип био-чипа Адреналин, дающий пользователю 4 секунды антистана, единожды поднимая его на ноги, но ничего более. Скорость и лечение продаются отдельно." reference = "PAI" item = /obj/item/bio_chip_implanter/proto_adrenalin cost = 10