forked from shiptest-ss13/Shiptest
-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: Ganza Pain Elite Edition Deluxe (#861)
* Импорт ПР чинящего красную катану от Ганзы * Изменены звуки рубки деревьев, и время нужное на их снос. Перемещены звуки * Порт ПР, где ИПС смогут отхиливаться на половину от ядер, а не на полную * Перенос ачивок с кор кода в модульную папку специально для дефайнов * Добавлены ачивки удаленные офами, и новая ачивка от Ганзы "The Inner Hell" * Вещи которые помогают избежать рантаймов * Добавлен трейт дл будущих элиток * Добавлена иконка для новой ачивки "The Inner Hell" * Добавлены различные атласы для будущего импорта от Ганзы * Добавлены звуки моли * Задокументировано добавление ачивки * Добавлены переменные, которые чинят пустой список. Минус рантайм * Добавляет дробь для дробовиков новую * Добавляет скины всем конструктам в зависимости от типа. Культ или Холи * Меняем звук смерти Моли на другой * В довесок к конструктам * Включаем файлик по починке конструктов * Исправил ID пака по мобам * Усиливаем элитных и простых мобов * Что-то с патронами, балансим на 500 металла * Добавил недостающие файлы для ачивки * Перебалансирована вся элитка, плюс брим демон. Пандора стала ебанутой * Добавлены новые типы патронов для дробовиков АНТИФАУНА. Диск выпадает со спавнера. Дробовик стал сильнее немного * Изменена медицина с реагентами. ИПС починились немного. * Выпилен странный иструмент добавленый ради рофла офами * Добавлены новые мобы, визард констракт * Добавлены пути для всех модов и файлов * Удален пробел * Смещена ачивка вниз списка * Такой ящик уже не нужен, есть аналог за 5к * Заэкранировал кавычки * Починил случайно закомментированную переменную * Вернул на место удаленный путь до кор кода с ачивками * Откат демона, офы преуспели * Форс хила с Rod of Asclepius * Update gun.dm * Update gun.dm * Update README.md * Update _achievements.dm * Update pandora.dm
- Loading branch information
1 parent
21f68cf
commit b2f64c5
Showing
67 changed files
with
1,569 additions
and
159 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,12 @@ | ||
// CELADON_ACHIEVEMENTS | ||
#define MEDAL_THEINNERHELL "The Inner Hell" | ||
|
||
#define BOSS_MEDAL_TENDRIL "Tendril Exterminator" | ||
#define BOSS_MEDAL_SWARMERS "Swarmer Beacon Killer" | ||
#define BOSS_MEDAL_KINGGOAT "King Goat Killer" | ||
|
||
#define BOSS_MEDAL_SWARMERS_CRUSHER "Swarmer Beacon Crusher" | ||
#define BOSS_MEDAL_KINGGOAT_CRUSHER "King Goat Crusher" | ||
|
||
#define SWARMER_BEACON_SCORE "Swarmer Beacs Killed" | ||
#define TENDRIL_CLEAR_SCORE "Tendrils Killed" |
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 @@ | ||
// Same as before, but returns null if false | ||
/proc/get_open_turf_in_dir_null(atom/center, dir) | ||
var/turf/open/T = get_step(center, dir) | ||
if(istype(T)) | ||
return T | ||
else | ||
return null |
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,4 @@ | ||
#define iselitefauna(A) (istype(A, /mob/living/simple_animal/hostile/asteroid/elite)) | ||
|
||
#define isminingfauna(A) (istype(A, /mob/living/simple_animal/hostile/asteroid)) | ||
|
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,2 @@ | ||
/// The user is currently challenging an elite mining mob. Prevents him from challenging another until he's either lost or won. | ||
#define TRAIT_ELITE_CHALLENGER "elite_challenger" |
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
Oops, something went wrong.