Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoinjectors220 #881

Merged
merged 17 commits into from
May 15, 2024
Merged

Autoinjectors220 #881

merged 17 commits into from
May 15, 2024

Conversation

canvaswalker
Copy link

@canvaswalker canvaswalker commented Apr 4, 2024

Описание PR

Добавлены автоинжекторы, по таску от сурани
Добавлен крафт автоинжекторов через медфаб
Добавлен AfterHypoEvent, вызывающийся после использования гипоспрея и ему подобных

Медиа

Проверки

  • PR полностью завершён и мне не нужна помощь чтобы его закончить.
  • Я внимательно просмотрел все свои изменения и багов в них не нашёл.
  • Я запускал локальный сервер со своими изменениями и всё протестировал.
  • Я добавил скриншот/видео демонстрации PR в игре, или этот PR этого не требует.

Изменения

🆑 Gnomeev

  • add: Добавлены автоинжекторы

@Surani1
Copy link

Surani1 commented Apr 5, 2024

@DexlerXD ревью мальчика

name: Автоинжектор
parent: BaseItem
description: уээээ
id: BaseAutoinjectorss220
Copy link

Choose a reason for hiding this comment

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

у тебя есть базовый инъектор, задай максимум компонентов у него, (к примеру, вместимость поставь на 10), сделай его абстрактным и наследуй в обычном инъекторе ниже этот инъектор (что и делается)
За счёт наследования ты сможешь не повторять кучу строк
если понадобится бОльший инжектор - вот конкретно на нём можно будет дописать вместимость на 15

@@ -16,7 +17,6 @@
using Robust.Shared.GameStates;
using System.Diagnostics.CodeAnalysis;
using System.Linq;

Copy link

Choose a reason for hiding this comment

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

???

SubscribeLocalEvent<AutoinjectorComponent, AfterHypoEvent>(OnCheck);
}

private void OnCheck(EntityUid uid, AutoinjectorComponent component, AfterHypoEvent args)
Copy link

Choose a reason for hiding this comment

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

лучшим неймингом будет OnAfterHypo, т. к. такое название отображает к чему подсосан метод

@github-actions github-actions bot added the Changes: Sprites Изменение затронуло файлы ".rsu / .png" label Apr 5, 2024
Copy link

github-actions bot commented Apr 5, 2024

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

Resources/Textures/SS220/Objects/Misc/autoinjectors.rsi

State Old New Status
autoinjector Added

Edit: diff updated after ebf0cbe

@Surani1
Copy link

Surani1 commented Apr 14, 2024

@Gnomeev с чем тебе помочь, чтобы закончить?

@github-actions github-actions bot added the Merge Conflict Some content has conflicts. label Apr 28, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the Changes: Localization Изменение затронуло файлы ".ftl" label May 13, 2024
@canvaswalker canvaswalker marked this pull request as ready for review May 13, 2024 20:29
@canvaswalker canvaswalker requested a review from DexlerXD May 13, 2024 20:33
@DexlerXD
Copy link

@Gnomeev конфликты бро

@github-actions github-actions bot removed the Merge Conflict Some content has conflicts. label May 14, 2024
Copy link

@DexlerXD DexlerXD left a comment

Choose a reason for hiding this comment

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

lgtm

@DexlerXD DexlerXD merged commit c553b5a into SerbiaStrong-220:master May 15, 2024
15 checks passed
@canvaswalker canvaswalker deleted the Codemew branch September 20, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: Localization Изменение затронуло файлы ".ftl" Changes: Sprites Изменение затронуло файлы ".rsu / .png" Status: Needs Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants