Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Мед апдейт™ - мед препараты. #340

Merged
merged 17 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
7c63742
мидицини. Пока что без доп. эффектов.
JustKekc Aug 24, 2024
508763c
Медицини эффект формалина
JustKekc Aug 24, 2024
6ac3d08
Merge branch 'AdventureTimeSS14:master' into reagents
JustKekc Aug 24, 2024
b5eb281
адреналин + эффекты на морифн и натримизол.
JustKekc Aug 24, 2024
8b08d03
я забыл доделать бальзамирование до конца.
JustKekc Aug 24, 2024
1e2a3c9
вы зачем вонючек обижаете (skunky почему-то удалён)
JustKekc Aug 24, 2024
007fa2a
Вы почему вонючек обижаете 2 (skunky теперь на русском)
JustKekc Aug 24, 2024
9ef7b2d
Merge branch 'master' into reagents
JustKekc Aug 24, 2024
3b53265
Merge branch 'master' into reagents
JustKekc Aug 24, 2024
1b74bfc
Merge branch 'master' into reagents
JustKekc Aug 24, 2024
2534dbf
Меняем. (МЕДЛЕННО-МЕДЛЕННО, СКВОЗЬ ВРЕМЯ И ВОДУ...)
JustKekc Aug 25, 2024
4f08b7f
комментарии, переносы, удаления лишнего.
JustKekc Aug 25, 2024
3fbba29
*я про дефиб забыл.*
JustKekc Aug 25, 2024
c902407
КОММЕНТАРИИ (от визардов.), перенос в наши папки, удаление лишнего.
JustKekc Aug 27, 2024
c49e3bc
Merge branch 'master' into reagents
KashRas2 Aug 29, 2024
7f5f8a0
перекомментирование.
JustKekc Aug 30, 2024
85743df
comment medicine
JustKekc Sep 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Content.Server/Medical/DefibrillatorSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public void Zap(EntityUid uid, EntityUid target, EntityUid user, DefibrillatorCo
_chatManager.TrySendInGameICMessage(uid, Loc.GetString("defibrillator-rotten"),
InGameICChatType.Speak, true);
}
if (HasComp<EmbalmedComponent>(target))
if (HasComp<EmbalmedComponent>(target)) //Can't revive embalmed people.
JustKekc marked this conversation as resolved.
Show resolved Hide resolved
{
_chatManager.TrySendInGameICMessage(uid, Loc.GetString("defibrillator-embalmed"),
InGameICChatType.Speak, true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ namespace Content.Shared.Damage.Components;

/// <summary>
/// This is used for an effect that nullifies <see cref="SlowOnDamageComponent"/> and adds an alert.
/// Thanks EmoGarbage404 for contributing this mechanic.
/// https://github.com/space-wizards/space-station-14/pull/31322
/// </summary>
[RegisterComponent, NetworkedComponent, Access(typeof(SlowOnDamageSystem))]
public sealed partial class IgnoreSlowOnDamageComponent : Component;
16 changes: 0 additions & 16 deletions Resources/Locale/en-US/ADT/Reagents/Effects/medicine_effects.ftl

This file was deleted.

32 changes: 0 additions & 32 deletions Resources/Locale/en-US/ADT/Reagents/Meta/medicine.ftl

This file was deleted.

4 changes: 1 addition & 3 deletions Resources/Locale/en-US/disease/miasma.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ rotting-extremely-bloated = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } corpse

rotting-rotting-nonmob = [color=orange]{ CAPITALIZE(SUBJECT($target)) } is rotting![/color]
rotting-bloated-nonmob = [color=orangered]{ CAPITALIZE(SUBJECT($target)) } is bloated![/color]
rotting-extremely-bloated-nonmob = [color=red]{ CAPITALIZE(SUBJECT($target)) } is extremely bloated![/color]

adt-rotting-embalmed = [color=#edad45]Looks like body is embalmed.[/color]
rotting-extremely-bloated-nonmob = [color=red]{ CAPITALIZE(SUBJECT($target)) } is extremely bloated![/color]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
defibrillator-no-mind = No intelligence pattern can be detected in patient's brain. Further attempts futile.
defibrillator-rotten = Body decomposition detected: resuscitation failed.
defibrillator-unrevivable = This patient is unable to be revived due to a unique body composition.
defibrillator-embalmed = Body embalmment detected: resuscitation failed.
1 change: 0 additions & 1 deletion Resources/Locale/en-US/reagents/meta/physical-desc.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
reagent-physical-desc-skunky = skunky
reagent-physical-desc-soapy = soapy
reagent-physical-desc-ferrous = ferrous
reagent-physical-desc-nothing = nothing
Expand Down
4 changes: 3 additions & 1 deletion Resources/Locale/ru-RU/ADT/alerts/alerts.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
alerts-crawling-name = Ползание
alerts-crawling-desc = Вы ползёте, нажмите С чтобы встать.
alerts-crawling-desc = Вы ползёте, нажмите С чтобы встать.
alerts-adrenaline-name = [color=red]Адреналин[/color]
alerts-adrenaline-desc = Вы полны адреналина: боль вас не замедлит.
5 changes: 5 additions & 0 deletions Resources/Locale/ru-RU/ADT/guidebook/chemistry/effects.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
reagent-effect-guidebook-embalm =
{ $chance ->
[1] Предотвращает
*[other] предотвращают
} гниение трупов
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/ADT/reagents/meta/physical-desc.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reagent-physical-desc-skunky = вонючее
2 changes: 0 additions & 2 deletions Resources/Locale/ru-RU/alerts/alerts.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ alerts-bleed-name = [color=red]Кровотечение[/color]
alerts-bleed-desc = У вас [color=red]кровотечение[/color].
alerts-pacified-name = [color=green]Пацифизм[/color]
alerts-pacified-desc = Вы чувствуете себя умиротворённо и не можете вредить живым существам.
alerts-adrenaline-name = [color=red]Адреналин[/color]
alerts-adrenaline-desc = Вы полны адреналина: боль вас не замедлит.
alerts-suit-power-name = Заряд костюма
alerts-suit-power-desc = Запас энергии вашего костюма космического ниндзя.
alerts-magboots-name = Магнитные ботинки
Expand Down
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/reagents/meta/physical-desc.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
reagent-physical-desc-skunky = вонючее
reagent-physical-desc-soapy = мыльное
reagent-physical-desc-ferrous = чёрнометаллическое
reagent-physical-desc-nothing = никакое
Expand Down