Skip to content

Порт ксенобиологии#119

Open
Shegare wants to merge 4 commits intomasterfrom
Xenobiology
Open

Порт ксенобиологии#119
Shegare wants to merge 4 commits intomasterfrom
Xenobiology

Conversation

@Shegare
Copy link
Owner

@Shegare Shegare commented Feb 14, 2026

Описание PR

Порт ксенобиологии с Goob Station

Почему / Баланс

Порт

Технические детали

N/A

Медиа

N/A

Требования

  • Я добавил медиафайлы (скрины, видео) к этому PR или он не требует демонстрации в игре.
  • Я проверил что мои изменения не вызывают конфликтов и багов в сборке.
  • Я уверен, что мои изменения не нарушают лицензионные соглашения.

TODO

  • Апстрим эффектов

Список изменений

🆑 @Shegare

  • 🆕 Порт: Добавлена ксенобиология.

@github-actions
Copy link
Contributor

RSI Diff Bot; head commit 2981acf merging into b8f1ff8
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/Structures/Machines/computers.rsi

State Old New Status
xenobiology Added

Resources/Textures/_Goobstation/Xenobiology/Actions/actions_slime.rsi

State Old New Status
slimeeat Added
slimesplit Added

Resources/Textures/_Goobstation/Xenobiology/Mobs/slimesAdult.rsi

State Old New Status
base Added
dead Added

Resources/Textures/_Goobstation/Xenobiology/Mobs/slimesBaby.rsi

State Old New Status
base Added
dead Added

Resources/Textures/_Goobstation/Xenobiology/Specific/Xenobiology/adamantine_bar.rsi

State Old New Status
icon Added

Resources/Textures/_Goobstation/Xenobiology/Specific/Xenobiology/bloody_membrane.rsi

State Old New Status
icon Added
inhand-left Added
inhand-right Added

Resources/Textures/_Goobstation/Xenobiology/Specific/Xenobiology/extract.rsi

State Old New Status
core Added
inhand-left Added
inhand-right Added

Resources/Textures/_Goobstation/Xenobiology/Specific/Xenobiology/extract_jellies.rsi

State Old New Status
inhand-left Added
inhand-right Added
jelly Added

Resources/Textures/_Goobstation/Xenobiology/Specific/Xenobiology/floors.rsi

State Old New Status
bluespace Added
icon-bluespace Added
icon-sepia Added
sepia Added

Resources/Textures/_Goobstation/Xenobiology/Specific/Xenobiology/goo_ball.rsi

State Old New Status
goo-wall Added
icon Added
inhand-left Added
inhand-right Added

Resources/Textures/_Goobstation/Xenobiology/Specific/Xenobiology/slime_nozzle.rsi

State Old New Status
icon Added
inhand-left Added
inhand-right Added

Resources/Textures/_Goobstation/Xenobiology/Specific/Xenobiology/slime_pack.rsi

State Old New Status
equipped-SUITSTORAGE Added
icon-filled Added
icon Added
inhand-left Added
inhand-right Added

Resources/Textures/_Goobstation/Xenobiology/Specific/Xenobiology/slime_processor.rsi

State Old New Status
processor Added
processor_on Added
processor_open Added

Resources/Textures/_Goobstation/Xenobiology/Specific/Xenobiology/slime_scanner.rsi

State Old New Status
analyzer-inhand-left Added
analyzer-inhand-right Added
analyzer Added
icon Added

Resources/Textures/_Goobstation/Xenobiology/Specific/Xenobiology/volatile_organ.rsi

State Old New Status
icon Added
inhand-left Added
inhand-right Added

Comment on lines +116 to +124
private void OnGotEmagged(Entity<XenoVacuumComponent> ent, ref GotEmaggedEvent args)
{
if (!_emag.CompareFlag(args.Type, EmagType.Interaction)
|| _emag.CheckFlag(ent, EmagType.Interaction)
|| HasComp<EmaggedComponent>(ent))
return;

args.Handled = true;
}

Choose a reason for hiding this comment

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

Bro does NOT know 🥀

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.

2 participants