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

Surgery fixes #168

Merged
merged 5 commits into from
Dec 17, 2024
Merged

Surgery fixes #168

merged 5 commits into from
Dec 17, 2024

Conversation

AwareFoxy
Copy link
Collaborator

@AwareFoxy AwareFoxy commented Dec 17, 2024

🆑

  • add: Добавлена система настроения!
    Настроение отображается как Alert в правой части экрана
    Подвергается различным модификаторам после различных действий
    Низкое настроение ухудшает зрение и замедляет, высокое наоборот повышает скорость
    Теперь при хирургических операциях без наркоза настроение пациента сильно ухудшится, а также при отсутствии рук, ног, или тела
    Настроение можно увидеть на лице гуманоида при осмотре
    add: Добавлено руководство для особых взаимодействий и системы настроения.
    tweak: Теперь некоторые наркотики могут вызывать зависимость, пока что среди них масло лотофагов, счастье, никотин и космический мираж.
    add: Добавлены черты настроения, которые меняют уровень морали вашего персонажа.
    fix: Исправлены ноги боргов, не позволяющие двигаться правильно.
    fix: Исправлено отравление людей медицинскими киборгами.
    fix: Исправлена слабость кибернетических ног к наступлению на стекло.
    fix: Исправлены биосинтетические ноги, на этот раз они настоящие
    fix: (Возможно) Исправлены все проблемы с инвентарём.
    fix: fix, что пересадка органов снова сломана :trollface:
    fix: Теперь вы можете проводить операции с меняющимися существами.
    fix: Присоединенные части теперь корректно отображают свое состояние на статусной кукле.
    fix: Органы теперь применяют свои эффекты, только если вставлены в правильные слоты.
    fix: Теперь вы снова можете помещать в утилизатор предметы, используемые в качестве хирургических инструментов.
    fix: Исправлена ошибка, из-за которой локальная броня не применялась к частям. Однако необходимо доработать расчеты.
    fix: Исправлено, что не отображались медицинские исследования T3, извините всех, кого я мог случайно зажечь на дискорде.
    fix: Исследование медицинских инструментов T2 теперь стоит 10к исследований, не знаю, почему я установил только 5к, лол.
    tweak: Добавлена обёртка для алёртов, чтобы они не перекрывались куклой тела. Кукла состояния тела пока не является оповещением, так что пока ожидайте косяков с ее размещением. Пожалуйста, сообщайте о любых странностях, чтобы я мог подправить значения!
    tweak: Заменил сверлильную пилу в хирургическом чемодане/ящике на циркулярную.
    tweak: Переместил хирургию в verb, который появляется при щелчке правой кнопкой мыши по действующему существу с хирургическим инструментом в руках.
    fix: Ручку теперь снова можно использовать в качестве хирургического инструмента в гетто.

taken from https://github.com/Rxup/space-station-14

Roudenn and others added 4 commits December 17, 2024 14:18
* Morale System

Co-Authored-By: Danger Revolution! <[email protected]>
Co-Authored-By: Angelo Fallaria <[email protected]>
Co-Authored-By: DEATHB4DEFEAT <[email protected]>

* Surgery mood effects

* Update mood.ftl

* Create categories.yml

* Add more positive Mood effects & Mood Examine

* Add antag mood effects

---------

Co-authored-by: VMSolidus <[email protected]>
Co-authored-by: Danger Revolution! <[email protected]>
Co-authored-by: Angelo Fallaria <[email protected]>
Co-authored-by: DEATHB4DEFEAT <[email protected]>
* Fix Overlays (space-syndicate#756)

Overlays have a funny bug where the calls to update them are global.
Meaning if any single person gets a bad enough mood to greyscale
themselves, everyone globally gets greyscaled. This bug was also present
on Dogvision and Ultravision, and had the same cause. Frontier luckily
had a fix for those two, and the fix works here as well for the Mood
Overlay.

:cl:
- fix: Fixed an issue where Overlays(Dogvision, Ultravision, Mood) would
apply globally to all entities when updating.

* MoodSystem Crit Threshold CVar (space-syndicate#1010)

This PR adds a CVar that allows server hosts (such as N14 who need it)
to optionally disable the Crit Threshold modification part of the
MoodSystem. This is useful if a server has some other system that
frequently messes with Thresholds, and that a server host wishes their
system to not have to fight with Mood for it.

No changelog because this isn't playerfacing.

* Update SaturationScaleOverlay.cs

---------

Co-authored-by: VMSolidus <[email protected]>
* Fix Overlays (space-syndicate#756)

Overlays have a funny bug where the calls to update them are global.
Meaning if any single person gets a bad enough mood to greyscale
themselves, everyone globally gets greyscaled. This bug was also present
on Dogvision and Ultravision, and had the same cause. Frontier luckily
had a fix for those two, and the fix works here as well for the Mood
Overlay.

:cl:
- fix: Fixed an issue where Overlays(Dogvision, Ultravision, Mood) would
apply globally to all entities when updating.

* MoodSystem Crit Threshold CVar (space-syndicate#1010)

This PR adds a CVar that allows server hosts (such as N14 who need it)
to optionally disable the Crit Threshold modification part of the
MoodSystem. This is useful if a server has some other system that
frequently messes with Thresholds, and that a server host wishes their
system to not have to fight with Mood for it.

No changelog because this isn't playerfacing.

* Update SaturationScaleOverlay.cs

---------

Co-authored-by: VMSolidus <[email protected]>
@github-actions github-actions bot added S: Needs Review ПРу необходим ревью S: Untriaged Changes: Sprites Changes: Localization Изменяет локализацию Changes: UI Changes: Shaders Изменяет шейдеры size/XL and removed S: Untriaged labels Dec 17, 2024
Copy link

github-actions bot commented Dec 17, 2024

RSI Diff Bot; head commit 2ad8b4b merging into 6bb8e2b
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/Interface/Alerts/mood.rsi

State Old New Status
mood1 Added
mood2 Added
mood3 Added
mood4 Added
mood5 Added
mood6 Added
mood7 Added
mood8 Added
mood9 Added
mood_happiness_bad Added
mood_happiness_good Added
mood_insane Added

Edit: diff updated after 2ad8b4b

@AwareFoxy AwareFoxy merged commit f6fd496 into space-syndicate:master Dec 17, 2024
12 checks passed
@CaptainSqrBeard
Copy link

вкинул 20 строк чейджлога и селфмёрджнул

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: Localization Изменяет локализацию Changes: Shaders Изменяет шейдеры Changes: Sprites Changes: UI S: Needs Review ПРу необходим ревью size/XL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants