> For the complete documentation index, see [llms.txt](https://kyles-project.gitbook.io/baza-znanii-igrokov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kyles-project.gitbook.io/baza-znanii-igrokov/last-news/2026/10-maya.md).

# 10 мая

### Страница наказаний

На сайте [kyles.ru](https://kyles.ru/punishments/) была переработана страница наказаний

1. Добавлена фильтрация по серверам и типам
2. Добавлен поиск по SteamID64 игрока
3. Добавлена постраничная загрузка

<figure><img src="/files/BWA658YYqJIMiKlxmmdF" alt=""><figcaption></figcaption></figure>

### Система резервных тикетов SCP

Эта система компенсации тикетов при их потере из-за непредвиденных ситуаций (не за вылеты SCP)

[Честный подбор SCP](/baza-znanii-igrokov/plugins_and_guides/obshii-spisok/servernye-modifikacii/sistema-podbora-scp.md#sistema-rezervnykh-tiketov)

### Автоматическая система очистка

1. Система более не очищает предметы, которые в процессе подбора, и система более не очищает рэгдоллы, с которыми взаимодействуют SCP, к примеру, воскрешение SCP-049 и процесс маскировки SCP-3114

{% hint style="warning" %}
Исключения

1. Очистка ЗЛС после деконтаминации

2. Очистка всех зон комплекса после взрыва боеголовки
   {% endhint %}

3. [Уникальные предметы](#user-content-fn-1)[^1] теперь не очищаются системой из-за продолжительного бездействия[^2] на карте

{% hint style="warning" %}
Исключения

1. Очистка при достижении лимита предметов на карте

2. Очистка ЗЛС после деконтаминации

3. Очистка всех зон комплекса после взрыва боеголовки
   {% endhint %}

4. Лимит предметов на карте был увеличен до **500** (ранее **420**)

5. Лимит рэгдоллов на карте был увеличен до **30** (ранее **25**)

[^1]: 1) Карта 05
    2) Micro H.I.D.
    3) Молекулярный разрушитель
    4) Jailbird
    5) Все SCP-предметы

[^2]: лежания на полу


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kyles-project.gitbook.io/baza-znanii-igrokov/last-news/2026/10-maya.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
