Skip to content

Реворк ритуала гомункулов#9102

Merged
LudwigVonChesterfield merged 10 commits intoTauCetiStation:masterfrom
KIBORG04:homuncul-buff
Apr 13, 2022
Merged

Реворк ритуала гомункулов#9102
LudwigVonChesterfield merged 10 commits intoTauCetiStation:masterfrom
KIBORG04:homuncul-buff

Conversation

@KIBORG04
Copy link
Member

Описание изменений

Мержить после #9094

Гомункул не может быть использован во всех ритуалах, где моб бы быть использован. Так же убрано проклятие, когда он не мог выйти из культо-зон.

Гомункул - это теперь новая раса, которая получает в 2 раза больше брута и бёрна (2-4 выстрела в голову из лазерки и у голого чела гиб головы), ходит медленнее унатхов, но быстрее дион. Не чувствует боли, не имеет днка, хилится от радиации. Спрайт представляет собой компиляцию всех рас вместе. Пример ниже.

image

А теперь из остального:

  • Ритуал призыва гомункулов стоит в 2 раза дешевле
  • Для этого ритуала нужно меньше аспектов. По дефолту есть в пресете культа крови.
  • Задача на конверт людей стала требовать больше людей для выполнения. Раньше это было примерно 6, щас 10
  • Части тела гомункуда нельзя донатить (ну и для нарси тоже не годятся)

Не уверен как этот ПР повлияет на статистику, посмотрим, но надеюсь это не супер сильный нёрф.

Почему и что этот ПР улучшит

После нерфа в #9094 ритуал станет очевидно бесполезным и ненужным. Ну теперь хотя бы ими посмамят, армию дедменов сделают, они должны быть послабее конструктов.

Мб я даже вскоре попробую сделать культ менее стелсовым..

Авторство

Чеинжлог

🆑

  • tweak[link]: Реворк ритуала призыва гомункулов у культа.
  • balance: Для выполнения задачи на конверт нужно примерно на 3 человека больше.

@TauKitty
Copy link
Contributor

Changelog status: ✔️

Comment on lines +778 to +784
var/obj/item/organ/external/chest/BP = bodyparts_by_name[BP_CHEST]
if(BP.status & ORGAN_DEAD)
tail_s.color = NECROSIS_COLOR_MOD
else if(HULK in mutations)
tail_s.color = HULK_SKIN_COLOR
else
tail_s.color = RGB_CONTRAST(r_skin, g_skin, b_skin)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Убрал флаг, потому что в коде покраски конечностей он не используется.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

то есть етперь людям можно красить как ксеносам кукол?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это хвост

SPRITE_SHEET_HELD = 'icons/mob/species/armalis/held.dmi'
)

has_gendered_icons = TRUE
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Сосискин видимо сломал спрайты армалисов, но им нужен постфикс _m _f

,IS_SYNTHETIC = TRUE
,HAS_SKIN_COLOR = TRUE
,VIRUS_IMMUNE = TRUE
,BIOHAZZARD_IMMUNE = TRUE
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

флаг не использовался

name = "organ"
germ_level = 0

appearance_flags = TILE_BOUND | PIXEL_SCALE | KEEP_APART | APPEARANCE_UI_IGNORE_ALPHA
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Возможность красить конечности

@kalazus
Copy link
Contributor

kalazus commented Apr 10, 2022

А теперь вспоминаем что можно брать по 2 талисмана в руки и бесконечно их спамить, и они как зомби идут выносить всех подряд (после захода в качалку) даже без брони.


var/datum/species/head = global.all_species[pick(keys - VOX)]

var/datum/species/chest = global.all_species[pick(keys - HUMAN)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

потому-что плохо сшивается что-ли?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Потому что цветовая гамма. Тело человека светлое, а руки-ноги-голова от зомби. И в итоге квадрат от тела бросается в глаза, не эстетично короче.

@kalazus
Copy link
Contributor

kalazus commented Apr 10, 2022

Как по мне, лучше бы наоборот. Сделать намного сильнее, но покидать зоны они не могут. Т.е. своеобразные защитники уже захваченных зон.
Однако с маленькой скоростью может будет и нормально то что сейчас, надо тестить.

@KIBORG04
Copy link
Member Author

У них рандомная накачка. Они гипер медленные. Они умирают с лазерки с двух выстрелов. Думаю, слаг их даже в тело ваншотит. И я бы посмотрел на талисманы, ну или уже щас могу запретить талисманивание.

#define TRAIT_WET_HANDS "wet_hands"
#define TRAIT_GREASY_FINGERS "greasy_fingers"
#define TRAIT_ANATOMIST "anatomist"
#define TRAIT_SOULSTONE_IMMUNE "soulstone_immune"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Почему не просто NO_SOUL?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

гостануться нельзя с тем трейтом

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это из другого ПРа кстати

invoke_msg = "Приди же!!!"
favor_cost = 325
favor_cost = 150

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
can_talismaned = FALSE

раз они теперь не исчезают вне зон культа..? или с талисманами даже смешнее

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Пока хз, но я пока хочу посмотреть че будет в игре и как отреагирует народ.

@KIBORG04 KIBORG04 removed the DO NOT MERGE DNM label Apr 11, 2022
HAS_HAIR_COLOR = TRUE,
)

tail = "unathi"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

э?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Очередной костыль, чтобы не писать дополнительные страшные ифки в уже страшный код обновления спрайта хвоста. И я про
image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А хотя может сделать?

species.tail
===>
(species.tail || random_tail_holder)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

закрою на это глаза 👀

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

я пофиксил

var/datum/species/part_species = bodypart_species[type]
O.insert_organ(H, FALSE, part_species)
O.adjust_pumped(rand(0, 60))
if(prob(80) && (part_species.name in list(UNATHI, SKRELL, TAJARAN)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вроде есть флаг что-то типо HAS_SKIN_COLOR

part_species.flags[HAS_SKIN_COLOR]

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тут отбор не по флагу, а по цветовой гамме и субъективному восприятию покрашенных частей тела. Так то это хардкод и он будет работать вообще на любые органы, вне зависимости от флага.

/obj/item/organ/external/r_leg/homunculus
/obj/item/organ/external/r_leg/homunculus/atom_init()
. = ..()
ADD_TRAIT(src, TRAIT_CANT_SACRIFICE, RELIGION_TRAIT)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

обычно называем TRAIT_NO_SACRIFICE так-то

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это же у флагов рас такое

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

на тг глянул?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нет

@LudwigVonChesterfield
Copy link
Contributor

го попробуем

@LudwigVonChesterfield LudwigVonChesterfield merged commit 8542edb into TauCetiStation:master Apr 13, 2022
TauKitty added a commit to TauCetiStation/ClassicChangelog that referenced this pull request Apr 13, 2022
LudwigVonChesterfield added a commit that referenced this pull request Apr 22, 2022
* Update atoms_religify.dm (#8971)

* removing mutantrace (#8930)

Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Quality Quality of Life Quality Updates (#8962)

* fix (#8951)

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* properly applying mutations, giving them a cool beard (#8972)

* fixes vox, uniforms, rolling down (#8979)

* Logout spawners (#8931)

* first version

* check roles

* add borer to living spawner

* logout_reason

* logout and ghost timeouts

* better job & remove wait from robot

* refactor and add living spawner

* better self_qdel

* religion

* add roles

* podman self_spawners

* remove ghost comsig and diona spawner

* transfer LOGOUT_SWAP both characters

* fixes

* remove id's

* add comsig_died and timer check

* fix

* check for dead

* remove id's

* eof

* forgot unregister

* propper component deleting

* unrest mobs

* renaming

* woops

* better user logout catch

* comment

* signal arg and ismob

* as Киборг wish

* woops

* remove var/callback

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Start landmark renaming (#8949)

* first

* our landmarks

* useless landmark

* plane and layer (and fix order of files)

* better landmarks

* update landmarks

* fix landmarks

* fix t

* fix tabs

* add calls

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* удаляет рандомные пушки и неиспользуемые спрайты пушек (#9003)

* 1

* Update gun.dmi

* 2

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Порт гуи для изменения партиклов онлайн (#8863)

* removing rig spritesheets from unathinathi (#9034)

* Чиню мартышек, опять (#9021)

* add min

* better checks

* one min

* as you wish

* float to int?

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* fix_env_path (#9019)

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* fix survivalcapsule (#9018)

* fix

* add min

* better checks

* outdoors

* Revert "add min"

This reverts commit 0c125b6.

* Revert "better checks"

This reverts commit d51faf9.

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Silly emote fixes (#9005)

* no emoting whil dead

* no sound when miming

* no emotes when dead

* okay

* okay Kiborg

* better lane positioning

pomogite

* Fixes #8995 (#8996)

* caps fixed

* better fix

* little refactor

* singularity doesn't eat telekinetically, TK item use consistency (#9004)

* singularity doesn't eat telekinetically, item use consistency

* don't telekinetically open doors you have access to

* actually windows are okay too

* removing attack_self_tk

* huh

* resprite retrolaser (#9037)

* resprite

* 1

* Update pit.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* dionaeaea replication (#8973)

* dionaeaea replication

* gestalt alignment

* no intent check required

* fixes

* gripper and suture (#9051)

* emotes produce sound (#9054)

* no empty qualities (#9057)

* no empty qualities

* qdeling quality not used

* Воксы-нюковцы появляются в combat boots (#9067)

## Описание изменений
Добавил замену combat boots на mangled combat boots у вокса
## Почему и что этот ПР улучшит
Вокс-нюкер раньше появлялся без ботинок
## Авторство
я
## Чеинжлог
bagfix: вокс-нюкер появляется в mangled combat boots

Co-authored-by: Sakuya-Izayoi <30875884+Sakuya-Izayoi@users.noreply.github.com>

* апдейт лестниц (#9043)

* 1

* Update ladders.dm

* Update ladders.dm

* ну пофиг на грабы от делеев хоть кайфуйте

* фикс багов агента прослушки (#9040)

* 1

* Update areas.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* remove some old shit (#9082)

* fixes war face (#9065)

Co-authored-by: Sakuya-Izayoi <30875884+Sakuya-Izayoi@users.noreply.github.com>
Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Fix event maploader (#9086)

* remove useless proc and fix bounds init

* list*

* Выпилил показывание ксенорасы из экзамайна (#9081)

* Update examine.dm

* quality

* age and quirks vision

* balance issue

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Перевод законов ИИ (#7013)

Co-authored-by: Alexander V. <volas@ya.ru>
Co-authored-by: PervertGenius <chizhovnikita2000@gmail.com>
Co-authored-by: Darth Sidious <andrgysev02@mail.ru>
Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Мерж конфликтер работает только в репозитории тау киты (#9091)

* Update conflicts.yml (#9092)

* lazy guard tweak (#9097)

* Update cult_structures.dm (#9096)

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Salarian -> Salackyi (#9099)

* трупы на дереликтах больше не имеют фулаксеса (#9093)

Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Еще один алерт для борга (#9027)

Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Reafactor breath (#9061)

* first

* is_ fixes

* handle breath temp and fix

* fix alerts

* ian and mood events

* fix

* client check

* revert switch

* fix breath temp

* fixes

* remove alerts

* gasses for carbons

* move species gas types

* add handle_suffocating

* move suffocation

* fixes

* remove human handle_breath

* better smoke handling (a bit)

* better get_breath_from_internal

* stabilize_body_temperature and better breath

* better handle_suffocating

* better suiciding

* fixes

* remove

* update internals

* remove type check

* rename a bit

* fix

* add brain and monkey to alert handling

* fix a bit

* remove is_handle_smoke

* remove useless return

* Fix env mood events

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Изменение винрейта культа с 67% до 40% (#9094)

* buff

* no abuse

* fixes by review

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* point to (#9050)

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* fullness_lose_on_execute -> cost, fullness -> points (#9088)

* Фикс отображения разных форм детектива (#9108)

* Воксы-нюковцы появляются в combat boots

## Описание изменений
Добавил замену combat boots на mangled combat boots у вокса
## Почему и что этот ПР улучшит
Вокс-нюкер раньше появлялся без ботинок
## Авторство
я
## Чеинжлог
bagfix: вокс-нюкер появляется в mangled combat boots

* Update security.dm

* Update uniform_fat.dmi

+ форма max

* Apply suggestions from code review

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

Co-authored-by: Sakuya-Izayoi <30875884+Sakuya-Izayoi@users.noreply.github.com>
Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update ert.dm (#9120)

* Локализация тюрфов и ЕРТ (#6930)

Co-authored-by: Zickusable <76683966+Zickusable@users.noreply.github.com>
Co-authored-by: PervertGenius <chizhovnikita2000@gmail.com>
Co-authored-by: Alexander V. <volas@ya.ru>
Co-authored-by: TechCat <378937+TechCatOther@users.noreply.github.com>
Co-authored-by: Sakuya-Izayoi <30875884+Sakuya-Izayoi@users.noreply.github.com>
Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Переводы стенок и багфикс (#7936)

Co-authored-by: TechCat <378937+TechCatOther@users.noreply.github.com>
Co-authored-by: Alexander V. <volas@ya.ru>

* Update TRANSLATION.md

* Update TRANSLATION.md

* Мёртвые не зреют, не гниют, Не умеют, не живут (#9118)

* инициализация

* Людук придумал штуку, я рыдал всю ночь. Ничего не понятно, не очень и интересно

* Обновка

* э

* забыл

* починено

* тадаа

* Update organ_internal.dm

* тварь работай

* забыл

* убрал лишнее

* давай дримчекер, давай, чего ты ждёшь?!

* рази-двази

* сет

* бейз

* фикс

* Update code/game/machinery/life_assist.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update code/modules/organs/organ_internal.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update code/modules/organs/organ_internal.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update code/modules/organs/organ_internal.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* до а не после

* Update life.dm

* Update life.dm

* обновка

* нижняя граница метаболизма

* Update code/modules/mob/living/carbon/human/life.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update code/modules/organs/organ_internal.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* убрал смерть органов от голода

* Update code/modules/mob/living/carbon/carbon.dm

* Update code/modules/mob/living/carbon/carbon_defines.dm

* фиксики

* Update code/modules/organs/organ_external.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update code/modules/organs/organ_external.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update code/modules/organs/external/flesh.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* fixes cargo cap, fixes washed caps after flip (#9117)

* fixes cargo cap, fixes washed caps after flip

* DRY

* hm

* Объединение Rest и Crawl (#8998)

* Rest to crawl (14)

* Update living.dm

* Crawl_patch (15)

* Crawl_patch-2 (16)

* Update pbag.dm

* Setters for Crawl (18)

* added_setter

* carbon_setter

* set_op_table

* set_pbag

* Update pbag.dm

* del_adjust_crawl

* Update xenomorph.dm

* Patch_Crawl_setters.dm (19)

* Update carbon.dm

* kalazus_change

* desc-update

* observer-update

* Bulling (20)

* Update code/modules/mob/living/silicon/robot/life.dm

Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* chair_rest

* kalazus-patch__forcemove-fix (26)

* Patch_Ian (28)

* Ian_patch (29)

* Patch_resting (30)

* construct_no_grief

* simple-mob_no_gansta 

* Update constructs.dm

* Update simple_animal.dm

* monke_crawl_without_client

Co-authored-by: KIBORG04 <bossmira4@gmail.com>
Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* (s)exploit #70 (#9131)

* no

* books and length

* no

* no side effects (#9136)

* Реворк ритуала гомункулов (#9102)

* buff

* no abuse

* fixes by review

* so hard

* totally rework of rite

* pedestal rites fix

* remove rand_tail flag

* ренейминг дефайна и удаление костыля

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* sexploit #69 (#9122)

* Спавны, перформанс, чтооо??? (#9087)

* fix (#9155)

* Gestalt-aligned seeds don't overgrow (#9150)

Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Крупные и не очень изменения в вещичках трейторов и нюки (#9154)

Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Фикс дюпа тел конструктов (#9147)

* Update soulstone.dm

* soulstone ql

* Update species.dm (#9148)

* Фикс спрайтов у магазинов для стечкина (#9172)

* Update magazines.dm

* Update ammo.dmi

* Update ammo.dmi

* удаляет customitems/item_defines.dm и custom_items.dmi (#9175)

* удаляет customitems/item_defines.dm и custom_items.dmi

* 2

* 3

* 4

* Update taucetistation.dme

* Update glass.dm

* Update miscellaneous.dm

* Update code/game/objects/random/random_misc.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update glass.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Фикс разноцветных хвостов воксов (#9162)

* Багфикс открывания заваренной пожарной створки (#9158)

* fix

* fix2

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* More telepathy (#8980)

* new telepathy

* giving this to the genetics guy

* getting this game stuff to actually compile

* hearing things

* sleep

* span fixes

pomogite

* beautiful defines

* god forgive me

* mk

* a bunch of fixes

* на самом деле это кольтнерф 😔 (#9105)

Co-authored-by: Sakuya-Izayoi <30875884+Sakuya-Izayoi@users.noreply.github.com>

* nerf (#9169)

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Фикс терминаторов с руками из блюспейса (#9191)

* f

* emmm

Co-authored-by: KIBORG04 <bossmira4@gmail.com>
Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>
Co-authored-by: kalazus <30507262+kalazus@users.noreply.github.com>
Co-authored-by: AndroBetel <44546836+AndroBetel@users.noreply.github.com>
Co-authored-by: Zickusable <76683966+Zickusable@users.noreply.github.com>
Co-authored-by: INwirstD <95256997+INwirstD@users.noreply.github.com>
Co-authored-by: Sakuya-Izayoi <30875884+Sakuya-Izayoi@users.noreply.github.com>
Co-authored-by: Fenriros <81817229+Fenriros@users.noreply.github.com>
Co-authored-by: Alexander V. <volas@ya.ru>
Co-authored-by: PervertGenius <chizhovnikita2000@gmail.com>
Co-authored-by: Darth Sidious <andrgysev02@mail.ru>
Co-authored-by: 4310V343k <56449763+4310V343k@users.noreply.github.com>
Co-authored-by: TechCat <378937+TechCatOther@users.noreply.github.com>
Co-authored-by: Deahaka <96499407+Deahaka@users.noreply.github.com>
Co-authored-by: simb11 <84613249+simb11@users.noreply.github.com>
LudwigVonChesterfield added a commit that referenced this pull request Apr 22, 2022
* Update atoms_religify.dm (#8971)

* removing mutantrace (#8930)

Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Quality Quality of Life Quality Updates (#8962)

* fix (#8951)

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* properly applying mutations, giving them a cool beard (#8972)

* fixes vox, uniforms, rolling down (#8979)

* Logout spawners (#8931)

* first version

* check roles

* add borer to living spawner

* logout_reason

* logout and ghost timeouts

* better job & remove wait from robot

* refactor and add living spawner

* better self_qdel

* religion

* add roles

* podman self_spawners

* remove ghost comsig and diona spawner

* transfer LOGOUT_SWAP both characters

* fixes

* remove id's

* add comsig_died and timer check

* fix

* check for dead

* remove id's

* eof

* forgot unregister

* propper component deleting

* unrest mobs

* renaming

* woops

* better user logout catch

* comment

* signal arg and ismob

* as Киборг wish

* woops

* remove var/callback

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Start landmark renaming (#8949)

* first

* our landmarks

* useless landmark

* plane and layer (and fix order of files)

* better landmarks

* update landmarks

* fix landmarks

* fix t

* fix tabs

* add calls

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* удаляет рандомные пушки и неиспользуемые спрайты пушек (#9003)

* 1

* Update gun.dmi

* 2

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Порт гуи для изменения партиклов онлайн (#8863)

* removing rig spritesheets from unathinathi (#9034)

* Чиню мартышек, опять (#9021)

* add min

* better checks

* one min

* as you wish

* float to int?

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* fix_env_path (#9019)

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* fix survivalcapsule (#9018)

* fix

* add min

* better checks

* outdoors

* Revert "add min"

This reverts commit 0c125b6.

* Revert "better checks"

This reverts commit d51faf9.

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Silly emote fixes (#9005)

* no emoting whil dead

* no sound when miming

* no emotes when dead

* okay

* okay Kiborg

* better lane positioning

pomogite

* Fixes #8995 (#8996)

* caps fixed

* better fix

* little refactor

* singularity doesn't eat telekinetically, TK item use consistency (#9004)

* singularity doesn't eat telekinetically, item use consistency

* don't telekinetically open doors you have access to

* actually windows are okay too

* removing attack_self_tk

* huh

* resprite retrolaser (#9037)

* resprite

* 1

* Update pit.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* dionaeaea replication (#8973)

* dionaeaea replication

* gestalt alignment

* no intent check required

* fixes

* gripper and suture (#9051)

* emotes produce sound (#9054)

* no empty qualities (#9057)

* no empty qualities

* qdeling quality not used

* Воксы-нюковцы появляются в combat boots (#9067)

## Описание изменений
Добавил замену combat boots на mangled combat boots у вокса
## Почему и что этот ПР улучшит
Вокс-нюкер раньше появлялся без ботинок
## Авторство
я
## Чеинжлог
bagfix: вокс-нюкер появляется в mangled combat boots

Co-authored-by: Sakuya-Izayoi <30875884+Sakuya-Izayoi@users.noreply.github.com>

* апдейт лестниц (#9043)

* 1

* Update ladders.dm

* Update ladders.dm

* ну пофиг на грабы от делеев хоть кайфуйте

* фикс багов агента прослушки (#9040)

* 1

* Update areas.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* remove some old shit (#9082)

* fixes war face (#9065)

Co-authored-by: Sakuya-Izayoi <30875884+Sakuya-Izayoi@users.noreply.github.com>
Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Fix event maploader (#9086)

* remove useless proc and fix bounds init

* list*

* Выпилил показывание ксенорасы из экзамайна (#9081)

* Update examine.dm

* quality

* age and quirks vision

* balance issue

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Перевод законов ИИ (#7013)

Co-authored-by: Alexander V. <volas@ya.ru>
Co-authored-by: PervertGenius <chizhovnikita2000@gmail.com>
Co-authored-by: Darth Sidious <andrgysev02@mail.ru>
Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Мерж конфликтер работает только в репозитории тау киты (#9091)

* Update conflicts.yml (#9092)

* lazy guard tweak (#9097)

* Update cult_structures.dm (#9096)

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Salarian -> Salackyi (#9099)

* трупы на дереликтах больше не имеют фулаксеса (#9093)

Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Еще один алерт для борга (#9027)

Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Reafactor breath (#9061)

* first

* is_ fixes

* handle breath temp and fix

* fix alerts

* ian and mood events

* fix

* client check

* revert switch

* fix breath temp

* fixes

* remove alerts

* gasses for carbons

* move species gas types

* add handle_suffocating

* move suffocation

* fixes

* remove human handle_breath

* better smoke handling (a bit)

* better get_breath_from_internal

* stabilize_body_temperature and better breath

* better handle_suffocating

* better suiciding

* fixes

* remove

* update internals

* remove type check

* rename a bit

* fix

* add brain and monkey to alert handling

* fix a bit

* remove is_handle_smoke

* remove useless return

* Fix env mood events

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Изменение винрейта культа с 67% до 40% (#9094)

* buff

* no abuse

* fixes by review

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* point to (#9050)

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* fullness_lose_on_execute -> cost, fullness -> points (#9088)

* Фикс отображения разных форм детектива (#9108)

* Воксы-нюковцы появляются в combat boots

## Описание изменений
Добавил замену combat boots на mangled combat boots у вокса
## Почему и что этот ПР улучшит
Вокс-нюкер раньше появлялся без ботинок
## Авторство
я
## Чеинжлог
bagfix: вокс-нюкер появляется в mangled combat boots

* Update security.dm

* Update uniform_fat.dmi

+ форма max

* Apply suggestions from code review

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

Co-authored-by: Sakuya-Izayoi <30875884+Sakuya-Izayoi@users.noreply.github.com>
Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update ert.dm (#9120)

* Локализация тюрфов и ЕРТ (#6930)

Co-authored-by: Zickusable <76683966+Zickusable@users.noreply.github.com>
Co-authored-by: PervertGenius <chizhovnikita2000@gmail.com>
Co-authored-by: Alexander V. <volas@ya.ru>
Co-authored-by: TechCat <378937+TechCatOther@users.noreply.github.com>
Co-authored-by: Sakuya-Izayoi <30875884+Sakuya-Izayoi@users.noreply.github.com>
Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Переводы стенок и багфикс (#7936)

Co-authored-by: TechCat <378937+TechCatOther@users.noreply.github.com>
Co-authored-by: Alexander V. <volas@ya.ru>

* Update TRANSLATION.md

* Update TRANSLATION.md

* Мёртвые не зреют, не гниют, Не умеют, не живут (#9118)

* инициализация

* Людук придумал штуку, я рыдал всю ночь. Ничего не понятно, не очень и интересно

* Обновка

* э

* забыл

* починено

* тадаа

* Update organ_internal.dm

* тварь работай

* забыл

* убрал лишнее

* давай дримчекер, давай, чего ты ждёшь?!

* рази-двази

* сет

* бейз

* фикс

* Update code/game/machinery/life_assist.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update code/modules/organs/organ_internal.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update code/modules/organs/organ_internal.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update code/modules/organs/organ_internal.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* до а не после

* Update life.dm

* Update life.dm

* обновка

* нижняя граница метаболизма

* Update code/modules/mob/living/carbon/human/life.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update code/modules/organs/organ_internal.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* убрал смерть органов от голода

* Update code/modules/mob/living/carbon/carbon.dm

* Update code/modules/mob/living/carbon/carbon_defines.dm

* фиксики

* Update code/modules/organs/organ_external.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update code/modules/organs/organ_external.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update code/modules/organs/external/flesh.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* fixes cargo cap, fixes washed caps after flip (#9117)

* fixes cargo cap, fixes washed caps after flip

* DRY

* hm

* Объединение Rest и Crawl (#8998)

* Rest to crawl (14)

* Update living.dm

* Crawl_patch (15)

* Crawl_patch-2 (16)

* Update pbag.dm

* Setters for Crawl (18)

* added_setter

* carbon_setter

* set_op_table

* set_pbag

* Update pbag.dm

* del_adjust_crawl

* Update xenomorph.dm

* Patch_Crawl_setters.dm (19)

* Update carbon.dm

* kalazus_change

* desc-update

* observer-update

* Bulling (20)

* Update code/modules/mob/living/silicon/robot/life.dm

Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* chair_rest

* kalazus-patch__forcemove-fix (26)

* Patch_Ian (28)

* Ian_patch (29)

* Patch_resting (30)

* construct_no_grief

* simple-mob_no_gansta 

* Update constructs.dm

* Update simple_animal.dm

* monke_crawl_without_client

Co-authored-by: KIBORG04 <bossmira4@gmail.com>
Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* (s)exploit #70 (#9131)

* no

* books and length

* no

* no side effects (#9136)

* Реворк ритуала гомункулов (#9102)

* buff

* no abuse

* fixes by review

* so hard

* totally rework of rite

* pedestal rites fix

* remove rand_tail flag

* ренейминг дефайна и удаление костыля

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* sexploit #69 (#9122)

* Спавны, перформанс, чтооо??? (#9087)

* fix (#9155)

* Gestalt-aligned seeds don't overgrow (#9150)

Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Крупные и не очень изменения в вещичках трейторов и нюки (#9154)

Co-authored-by: KIBORG04 <bossmira4@gmail.com>

* Фикс дюпа тел конструктов (#9147)

* Update soulstone.dm

* soulstone ql

* Update species.dm (#9148)

* Фикс спрайтов у магазинов для стечкина (#9172)

* Update magazines.dm

* Update ammo.dmi

* Update ammo.dmi

* удаляет customitems/item_defines.dm и custom_items.dmi (#9175)

* удаляет customitems/item_defines.dm и custom_items.dmi

* 2

* 3

* 4

* Update taucetistation.dme

* Update glass.dm

* Update miscellaneous.dm

* Update code/game/objects/random/random_misc.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Update glass.dm

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Фикс разноцветных хвостов воксов (#9162)

* Багфикс открывания заваренной пожарной створки (#9158)

* fix

* fix2

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* More telepathy (#8980)

* new telepathy

* giving this to the genetics guy

* getting this game stuff to actually compile

* hearing things

* sleep

* span fixes

pomogite

* beautiful defines

* god forgive me

* mk

* a bunch of fixes

* на самом деле это кольтнерф 😔 (#9105)

Co-authored-by: Sakuya-Izayoi <30875884+Sakuya-Izayoi@users.noreply.github.com>

* nerf (#9169)

Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>

* Фикс терминаторов с руками из блюспейса (#9191)

* f

* emmm

* респрайт обопа (#9184)

* herewego

* desc

* Update miscellaneous.dm

* Update boots.dm

* Update helmet.dm

* Delete IDPDstuff.dmi

* smol

* Update armor.dm

* Update outfit.dm

Co-authored-by: KIBORG04 <bossmira4@gmail.com>
Co-authored-by: LudwigVonChesterfield <17705613+LudwigVonChesterfield@users.noreply.github.com>
Co-authored-by: kalazus <30507262+kalazus@users.noreply.github.com>
Co-authored-by: AndroBetel <44546836+AndroBetel@users.noreply.github.com>
Co-authored-by: Zickusable <76683966+Zickusable@users.noreply.github.com>
Co-authored-by: INwirstD <95256997+INwirstD@users.noreply.github.com>
Co-authored-by: Sakuya-Izayoi <30875884+Sakuya-Izayoi@users.noreply.github.com>
Co-authored-by: Fenriros <81817229+Fenriros@users.noreply.github.com>
Co-authored-by: Alexander V. <volas@ya.ru>
Co-authored-by: PervertGenius <chizhovnikita2000@gmail.com>
Co-authored-by: Darth Sidious <andrgysev02@mail.ru>
Co-authored-by: 4310V343k <56449763+4310V343k@users.noreply.github.com>
Co-authored-by: TechCat <378937+TechCatOther@users.noreply.github.com>
Co-authored-by: Deahaka <96499407+Deahaka@users.noreply.github.com>
Co-authored-by: simb11 <84613249+simb11@users.noreply.github.com>
@KIBORG04 KIBORG04 deleted the homuncul-buff branch May 26, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants