forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Пишите **НИЖЕ** заголовков и **ВЫШЕ** комментариев, иначе что то может пойти не так. --> <!-- Вы можете прочитать Contributing.MD, если хотите узнать больше. --> ## Что этот PR делает <!-- Вкратце опишите изменения, которые вносите. --> <!-- Опишите **все** изменения, так как противное может сказаться на рассмотрении этого PR'а! --> <!-- Если вы исправляете Issue, добавьте "Fixes #xxxx" (где xxxx - номер Issue) где-нибудь в описании PR'а. Это автоматически закроет Issue после принятия PR'а. --> ## Почему это хорошо для игры <!-- Опишите, почему, по вашему, следует добавить эти изменения в игру. --> ## Изображения изменений <!-- Если вы не меняли карту или спрайты, можете опустить эту секцию. Если хотите, можете вставить видео. --> ## Тестирование <!-- Как вы тестировали свой PR, если делали это вовсе? --> ## Changelog :cl: ParadiseSS13 fix: Теперь пена из космочиста(Space Cleaner) может очищать стены и окна. tweak: Теперь гетто-хирургия использует кусачки, для удаленния(доставания) внутренних органов. fix: Способность генокрадов "Apex Predator" больше нельзя использовать на самого себя. fix: Консоль доступов больше не отбирает некоторые доступы после выбора AA(ALL ACCESS). del: С синди депота удален ГПС маяк. fix: Вы снова можете емагать людей. soundadd: Добавлены новые голосовые сообщения для раундстарта. tweak: Более корректное отображение здоровья у стражей(которые стэнды из Жожо). tweak: БРПД теперь помещается на пояс. tweak: Размер бака огнемета увеличен вдвое. tweak: Теперь принцесса террора гарантировано дает одно яйцо каждые две минуты(Раньше был 25% шанс появления яйца каждые 30 секунд). fix: Борги снова могут подобрать catwalk(решетка в космосе). add: Добавлена новая рубашка "Борги(борг + корги)"(Можно выбрать в настройках персонажа или ИЦ выбрать в шкафе с одеждой). fix: Исправлен экслпойт связанный с СМом. fix: Еда на полках больше не может заспавнить муравьев. add: Теперь с помощью капитанской рапиры можно совершить сеппуку. /:cl: <!-- Оба :cl:'а должны быть на месте, что-бы чейнджлог работал! Вы можете написать свой ник справа от первого :cl:, если хотите. Иначе будет использован ваш ник на ГитХабе. --> <!-- Вы можете использовать несколько записей с одинаковым префиксом (Они используются только для иконки в игре) и удалить ненужные. Помните, что чейнджлог должен быть понятен обычным игроком. --> <!-- Если чейнджлог не влияет на игроков(например, это рефактор), вы можете исключить всю секцию. -->
- Loading branch information
Showing
141 changed files
with
1,887 additions
and
1,348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
-- Migration: 59-60 | ||
-- Author: warriorstar | ||
-- Introduced: PR# 26645 | ||
|
||
-- This migration adds the 'ledger' and 'nested ledger' enum values to the | ||
-- `feedback` table in conjunction with making those feedback types available | ||
-- through SSblackbox. | ||
-- No data migration is required. | ||
|
||
ALTER TABLE | ||
`feedback` | ||
MODIFY | ||
COLUMN `key_type` ENUM( | ||
'text', | ||
'amount', | ||
'tally', | ||
'nested tally', | ||
'associative', | ||
'ledger', | ||
'nested ledger' | ||
) NOT NULL | ||
AFTER | ||
`key_name`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.