-
Notifications
You must be signed in to change notification settings - Fork 156
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
Autoinjectors220 #881
Conversation
@DexlerXD ревью мальчика |
name: Автоинжектор | ||
parent: BaseItem | ||
description: уээээ | ||
id: BaseAutoinjectorss220 |
There was a problem hiding this comment.
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; | |||
|
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
лучшим неймингом будет OnAfterHypo, т. к. такое название отображает к чему подсосан метод
@Gnomeev с чем тебе помочь, чтобы закончить? |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
@Gnomeev конфликты бро |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Описание PR
Добавлены автоинжекторы, по таску от сурани
Добавлен крафт автоинжекторов через медфаб
Добавлен
AfterHypoEvent
, вызывающийся после использования гипоспрея и ему подобныхМедиа
Проверки
Изменения
🆑 Gnomeev