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.
## Changelog :cl: ParadiseSS13 add: Добавлены абдукторские инструменты уборщика. Также доступны в виде импланта и апгрейда для боргов tweak: Модуль борга уборщика, теперь имеет мухобойку tweak: Towercap'ы теперь содержат 20% карбона (20u при 100 потенции) tweak: Доски теперь измельчаются в 4 карбона вместо 20 tweak: Steelcap'ы теперь содержат 50% железа (50u при 100 потенции) tweak: Несъедобные растения теперь измельчаются так же как и съедобные tweak: Сигнулярность теперь будет медленно дрифтовать в сторону станции tweak: Транзитные трубы на станции, теперь могут быть скипнуты удержанием кнопки в направлении путешествия tweak: Объявление войны теперь требует 50 членов экипажа вместо подключённых игроков add: Добавлена металлическая и дрейковская надеваемая броня для Риппли и Firefighter мехов. Металлическая печатается в exofab'е, дрейковская лучше, но ради неё придётся поохотиться на ash drake. Вся броня сбрасывается с Риппли когда тот уничтожается tweak: Повышены параметры брони у брони голиафа (тоже для меха) tweak: Блобы больше не могут содержать больше 25 спор в общем tweak: Блобовские "заводы" могут содержать 5 спор вместо 3 (извините за перевод, не играл на блобе xdd) add: Добавлена новая второстепенная цель для кухни - Variety of Food tweak: IK-60 (ERT), Disabler SMG и L6-SAW теперь полностью автоматические (Можно удерживать кнопку вместо спама) tweak: C4 теперь приклеивается за 1.5 секунды, и его не видно с другой стороны стены add: Добавлена новая эмоция - Камень ножницы бумага tweak: Прыжок теперь может впечатать вас в людей, стены и прочие объекты (Прыгните в торговый автомат, пожалуйста) tweak: Kangaroo и лярву теперь можно пустить на шашлык tweak: Prototype nanite injector теперь лечит КПБ и кибернетические конечности/органы add: Администраторам добавлено TGUI меню для манипулирования реагентами add: Добавлено новое комбо для дзюдо - Golden Blast experiment: Значительно улучшены эффекты взрывов! fix: Пофикшен запрос кодов нюки add: Вы теперь можете скрафтить доску объявлений, стоит 5 дерева tweak: Доска объявлений теперь использует TGUI /:cl:
- Loading branch information
Showing
178 changed files
with
3,302 additions
and
1,336 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
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,7 @@ | ||
# Updating DB from 55-56 ~AffectedArc07 | ||
# Adds a new column to the notes table for tracking deleted notes | ||
ALTER TABLE `notes` | ||
ADD COLUMN `deleted` TINYINT NOT NULL DEFAULT 0 AFTER `automated`, | ||
ADD COLUMN `deletedby` VARCHAR(32) NULL DEFAULT NULL AFTER `deleted`, | ||
ADD INDEX `deleted` (`deleted`); | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
// Used for secondary goals. | ||
/// Used for secondary goals. | ||
/// TOO easy, not accepted for variety goals. | ||
#define FOOD_GOAL_SKIP 0 | ||
/// Easy food, ask for a lot for single goals. | ||
#define FOOD_GOAL_EASY 1 | ||
/// Normal food, ask for a middling amount for single goals. | ||
#define FOOD_GOAL_NORMAL 2 | ||
/// Hard reagent, ask for a little for single goals. | ||
#define FOOD_GOAL_HARD 3 | ||
/// TOO hard, accepted for variety goals, but never used for single goals. | ||
#define FOOD_GOAL_EXCESSIVE 4 | ||
/// Same as FOOD_GOAL_EXCESSIVE, just different name to indicate that there's another version of this food that's used in variety goals. | ||
#define FOOD_GOAL_DUPLICATE FOOD_GOAL_EXCESSIVE |
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,6 @@ | ||
#define HIDES_COVERED_FULL 3 | ||
#define PLATES_COVERED_FULL 3 | ||
|
||
#define DRAKE_HIDES_COVERED_SLIGHT 1 | ||
#define DRAKE_HIDES_COVERED_MODERATE 2 | ||
#define DRAKE_HIDES_COVERED_FULL 3 |
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.