Skip to content

Commit

Permalink
Merge Upstream 23.08.2024 (#1441)
Browse files Browse the repository at this point in the history
<!-- Пишите **НИЖЕ** заголовков и **ВЫШЕ** комментариев, иначе что то
может пойти не так. -->
<!-- Вы можете прочитать Contributing.MD, если хотите узнать больше. -->

## Что этот PR делает
Мергес апстрим.
Возможны конфликты с переводами (перевод зон).
<!-- Вкратце опишите изменения, которые вносите. -->
<!-- Опишите **все** изменения, так как противное может сказаться на
рассмотрении этого PR'а! -->
<!-- Если вы исправляете Issue, добавьте "Fixes #xxxx" (где xxxx - номер
Issue) где-нибудь в описании PR'а. Это автоматически закроет Issue после
принятия PR'а. -->

## Changelog

🆑 ParadiseSS13
add: Реворк стиральной машины.
add: Можно покрасить шапки, поясные сумки, юбки и другое.
tweak: Стиральные машины можно собрать и разобрать.
tweak: Маленьких животных теперь тоже можно постирать.
tweak: Кровавая стиральная машина сделает грязной всю одежду (это
изменение абсолютно точно никак не связано с предыдущим).
fix: Худи теперь можно корректно очистить.
fix: Одежда больше не становится невидимой после покраски во время
стирки.
fix: Боевые перчатки теперь можно покрасить.
fix: Патронташ обзавелся спрайтом в меню крафта.
fix: Обновленный спрайт сигналера теперь точно используется.
fix: Бумагу больше нельзя взять из контейнера бумаги с любого
расстояния.
fix: Хозяин голопаразита теперь может отличить кнопки действий одну от
другой.
fix: Парирование после смерти отключено.
fix: Произношение последних слов больше не приводит к смерти, если
удались выйти из крита.
fix: Скелетов-надзирателей больше нельзя заспавнить ядром золотистого
слайма.
fix: Больше нельзя раундстартом проснуться с похмелья у ядра ИИ.
fix: Пекарня синдиката больше не имеет проблем с питанием.
tweak: Печка карго теперь отправляет в консоли запросы с низким
приоритетом, которые не повторяются.
tweak: Использование взрывчатки после гринтекста теперь приводит к гибу
инициатора.
tweak: Хирургические подносы теперь вмещают хирургические драпировки.
tweak: Сломанный медлуч при перегреве теперь причиняет серьезные ожоги.
tweak: Карты таро получили расширенное описание на обратной стороне.
tweak: Сообщения о новом голосовании теперь относятся к группе OOC в
TGUI чате.
/:cl:

<!-- Оба :cl:'а должны быть на месте, что-бы чейнджлог работал! Вы
можете написать свой ник справа от первого :cl:, если хотите. Иначе
будет использован ваш ник на ГитХабе. -->
<!-- Вы можете использовать несколько записей с одинаковым префиксом
(Они используются только для иконки в игре) и удалить ненужные. Помните,
что чейнджлог должен быть понятен обычным игроком. -->
<!-- Если чейнджлог не влияет на игроков(например, это рефактор), вы
можете исключить всю секцию. -->
  • Loading branch information
Legendaxe authored Aug 23, 2024
2 parents 4d7d93a + 22dc23d commit 057aa32
Show file tree
Hide file tree
Showing 138 changed files with 5,592 additions and 5,076 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/issue_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# label: | Box title |
# description: | Box small text - Description |
#
name: "Issue Report"
name: 'Issue Report'
#title: "[Bug]: " | if you want to have a have it automatically say [Bug] when they start the form
description: "Доложите о проблемах или багах, что бы мы могли их исправить."
description: 'Доложите о проблемах или багах, что бы мы могли их исправить.'
#labels: "Баг"

body:
Expand All @@ -24,7 +24,9 @@ body:
id: version
attributes:
label: BYOND Version
description: "На какой версии BYOND встретился баг. (Если уверены, что не связано, можно пропустить)"
description: 'На какой версии BYOND встретился баг. (Если уверены, что не связано, можно пропустить)'
validations:
required: true

- type: textarea
id: description
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"typescript.enablePromptUseWorkspaceTsdk": true,
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
"**/.pnp.*": true,
"tgui/public/**/*": true
},
"eslint.format.enable": true,
"eslint.rules.customizations": [
Expand Down
18 changes: 11 additions & 7 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ It is expected that contributors discuss larger changes on the [Paradise Station

For changes to content listed below, contributors **must** obtain approval from a headcoder or a member of either the balance, design, mapping, or sprite team (depending on which teams are relevant to the changes) before opening their Pull Request. This approval must be displayed in the Pull Request description body in the form of a screenshot. The Headcoders may grant an exemption to this requirement on a case-by-case basis, as the need arises.

### Currently, changes to the following types of content requires pre-approval:
- Security content (excluding fixes, code improvement, refactors, sprites, and mapping changes)
- Antagonist content (excluding fixes, code improvement, refactors, sprites, and mapping changes)
- Species content (excluding fixes, code improvement, and refactors)
- Large changes (for example PRs that touch multiple systems, many files, many lines of code)
- Changes that might be controversial
- Changes with wide-ranging balance or design implications
<!-- Add a fixed link so that changing the heading name doesn't break the link. -->
<a id="types-of-changes-that-need-approval"></a>

> [!IMPORTANT]
> ### Currently, changes to the following types of content requires pre-approval:
> - **Security content (excluding fixes, code improvement, refactors, sprites, and mapping changes)**
> - **Antagonist content (excluding fixes, code improvement, refactors, sprites, and mapping changes)**
> - **Species content (excluding fixes, code improvement, and refactors)**
> - **Large changes (for example PRs that touch multiple systems, many files, many lines of code)**
> - **Changes that might be controversial**
> - **Changes with wide-ranging balance or design implications**
Loading

0 comments on commit 057aa32

Please sign in to comment.