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

Merge Upstream 01.02.2025 #1776

Merged
merged 21 commits into from
Feb 1, 2025
Merged

Merge Upstream 01.02.2025 #1776

merged 21 commits into from
Feb 1, 2025

Conversation

ss220app[bot]
Copy link

@ss220app ss220app bot commented Feb 1, 2025

This pull request merges upstream/master. Resolve possible conflicts manually and make sure all the changes are applied correctly.

Changelog

🆑 ParadiseSS13
fix: Показ листа бумаги больше не вызывает мгновенного открытия всплывающего окна, из-за чего игра теряла фокус. Теперь цель получает ссылку, по которой может кликнуть, чтобы прочитать содержимое бумаги.
fix: Исправлена бесконечная длительность событий СМ.
fix: Исправлены не анонсируемые события СМ.
fix: Манипуляторы боргов снова могут размещать световые панели.
fix: Манипуляторы боргов снова могут устанавливать батареи в зарядные устройства и АПЦ.
fix: Манипуляторы боргов больше не ударяют машины при вставке удерживаемых предметов.
fix: Манипуляторы боргов больше не гладят животных дважды за одну атаку.
fix: Остановлено повреждение коллекторов при вставке в них баллонов.
fix: Порталы от предметов, таких как ручные телепортеры, больше не дрейфуют в космосе.
imageadd: Комнатные растения на станции теперь больше по размеру и выглядят менее инопланетными.
tweak: Теперь нельзя прятаться за маленькими растениями, но их стало проще поднимать.
fix: Исправлен бесконечный цикл кода при смене вида на руках с жезлом Асклепия.
fix: Исправлено ошибка, из-за которой митоколид не восстанавливал органы при его наливании на них.
tweak: Установлено ограничение для gas_coefficient СМа, чтобы избежать радиационных проблем.
add: Добавлена новая галлюцинация.
fix: Исправлен лишний пиксель на спрайте грудного импланта вокса wardtakahashi.
fix: Галлюцинации ксеноморфов больше не сохраняются слишком долго.
fix: Исправлена проблема, из-за которой тела оставались в вертикальном положении после снятия с крюка.
tweak: Стоимость трейторов в режиме Dynamic увеличена с 5 до 7.
/:cl:

Summary by Sourcery

Update potted plants to come in small, medium, and large sizes. Allow hiding behind large potted plants.

New Features:

  • Added a sniper hallucination.

Bug Fixes:

  • Fixed a code loop that occurred when changing species with the Rod of Asclepius in hand.
  • Fixed mitocholide not restoring organs when splashed on them.
  • Fixed a bug where aiming eyes with a piece of paper instantly opened a pop-up browser, causing the game to lose focus. Now provides a clickable link to read the paper.
  • Fixed infinite duration and unannounced events with the SM.
  • Fixed grippers hitting machines when inserting items, petting animals twice with one attack, and damaging collectors when inserting tanks.
  • Fixed Kerberos' cell flashers not working.
  • Fixed portals from items like hand teleporters drifting in space.
  • Fixed a stray pixel on the vox augment chest sprite.
  • Fixed xeno hallucinations lingering for too long.
  • Fixed standing corpses when unbuckling them from a meat spike.

Enhancements:

  • Place a limit on gas_coefficient to mitigate radiation issues.

Tests:

  • Improved test assertions for chatlogs.

AffectedArc07 and others added 17 commits January 30, 2025 22:50
* New CPU target for prod libs V2

* Build Rust library

---------

Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
* Begone combat paper stun!

* Removes do_after

* Update code/modules/paperwork/paper.dm

Signed-off-by: Burzah <[email protected]>

---------

Signed-off-by: Burzah <[email protected]>
Co-authored-by: Burzah <[email protected]>
…S13#28139)

* Creation

* Update firealarm.dm

* Update firealarm.dm

* Update code/game/objects/items/robot/cyborg_gripper.dm

Co-authored-by: warriorstar-orion <[email protected]>
Signed-off-by: CRUNCH <[email protected]>

* Update cyborg_gripper.dm

---------

Signed-off-by: CRUNCH <[email protected]>
Co-authored-by: warriorstar-orion <[email protected]>
* Updated potted plants

* Proper randomization and reorganization

* Update Kirbyplants on maps

* Remove redundant icon_state

* Revert "Remove redundant icon_state"

This reverts commit bf51470.

* Update icon-state for generic kirbyplants

* Fix Initialize argument

* Typo fix

* Typo fix 2

* Typo fix 3

* Update plants.dmi

* Add typepath update script

* Add hiding to medium plants and hiding feedback

* add names indicating size

* add 2 more medium plants to medium

* typo fix
…7921)

* Places a limit on gas_coefficient to limit rad issues

* formula
* Boom, headshot.

* If spacing

* Actually adds the hallucination to the list

* Spacing, moved fire to async, images, second hallucination for blood on hit

* Invisibility define

* Bullet fires, image

* Hit messages

* Boom, headshot

* Blood splatter has color now

* Proc ref

* Damage and target fix

* More efficient bump check

* Better List Appending

Co-authored-by: DGamerL <[email protected]>
Signed-off-by: PollardTheDragon <[email protected]>

* Better list appending

Co-authored-by: DGamerL <[email protected]>
Signed-off-by: PollardTheDragon <[email protected]>

* Knockdowm application

Co-authored-by: DGamerL <[email protected]>
Signed-off-by: PollardTheDragon <[email protected]>

* Loc to turf

Co-authored-by: DGamerL <[email protected]>
Signed-off-by: PollardTheDragon <[email protected]>

* Fixes knockdown

* Proper knockdown

Co-authored-by: DGamerL <[email protected]>
Signed-off-by: PollardTheDragon <[email protected]>

* Range_Edge_Turfs

* Capital Var

* Better target turf detection

Co-authored-by: Luc <[email protected]>
Signed-off-by: PollardTheDragon <[email protected]>

* Better failure handling. Reverts change in RANGE_EDGE_TURFS

* Somehow a xeno got in. Purged it.

* Handles lack of client in target

* Removed extraneous debug log

---------

Signed-off-by: PollardTheDragon <[email protected]>
Co-authored-by: DGamerL <[email protected]>
Co-authored-by: Luc <[email protected]>
* minor test fixture improvements

* make return values sane
@github-actions github-actions bot added Merge Conflict Ну блять... 🗺️ Изменение Карты В этом ПРе затронут файл не станционной карты. Может и не один. 🖌️ Спрайты Вы заработали свою миска-рис и кошко-жена. Партия гордится вами! 🎸 Инструменты Мы выдаем себя за реальное сообщество разработчиков. 🙏 Слияние с восходящим потоком Боже, храни Короля! labels Feb 1, 2025
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, ss220app[bot]!). We assume it knows what it's doing!

@ss220app ss220app bot added the 📜 CL валиден Этот чейнджлог будет успешно опубликован label Feb 1, 2025
@m-dzianishchyts
Copy link
Collaborator

!build_rust

@github-actions github-actions bot removed the Merge Conflict Ну блять... label Feb 1, 2025
@github-actions github-actions bot removed the 🗺️ Изменение Карты В этом ПРе затронут файл не станционной карты. Может и не один. label Feb 1, 2025
@github-actions github-actions bot added Кибериада Этот ПР изменил что-то на Кибериаде (BoxStation) Керберос Этот ПР изменил что-то на Керберосе (DeltaStation) Цереброн Этот ПР изменил что-то на Цереброне (MetaStation) labels Feb 1, 2025
@ss220club ss220club deleted a comment from sourcery-ai bot Feb 1, 2025
@m-dzianishchyts m-dzianishchyts merged commit 63fafa2 into master Feb 1, 2025
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎸 Инструменты Мы выдаем себя за реальное сообщество разработчиков. 🖌️ Спрайты Вы заработали свою миска-рис и кошко-жена. Партия гордится вами! 🙏 Слияние с восходящим потоком Боже, храни Короля! 📜 CL валиден Этот чейнджлог будет успешно опубликован Керберос Этот ПР изменил что-то на Керберосе (DeltaStation) Кибериада Этот ПР изменил что-то на Кибериаде (BoxStation) Цереброн Этот ПР изменил что-то на Цереброне (MetaStation)
Projects
None yet
Development

Successfully merging this pull request may close these issues.