-
Notifications
You must be signed in to change notification settings - Fork 43
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
Снежки #179
base: master
Are you sure you want to change the base?
Снежки #179
Conversation
RSI Diff Bot; head commit a706e92 merging into d6b89e7 Resources/Textures/_CorvaxNext/Objects/Misc/snowball_maker.rsi
|
public override DoAfterEvent Clone() | ||
{ | ||
return this; | ||
} |
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.
Самый неглубокий Clone()
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.
чо
public FromTileCraftDoAfterEvent(NetEntity grid, Vector2i gridTile) | ||
{ | ||
Grid = grid; | ||
GridTile = gridTile; | ||
} |
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.
primery constructor
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.
сам примеряй
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.
Ну primary, блин
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.
я попробовал сделать это и у меня перестала билдится игра, хз
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.
так и не разобрался в чём проблема
Описание PR
Добавлены снежки. Их можно метать в людей и наносить урон по стамине.
Добавлен снежколеп, создающий снежки при клике на тайл снега. Его можно напечатать на автолате.
Почему / Баланс
Просто предмет для веселья на манер боксёрских перчаток.
Ссылка на ветку
Предложка: https://discord.com/channels/919301044784226385/1309045735894941788
(хотя предложка тут скорее просто источник некоторого вдохновения)
Ветка: https://discord.com/channels/919301044784226385/1319812837924667392
Технические детали
Destructible.Thresholds.Behaviors.SpillBehavior
получил новое поле, дающее приглушить звук от выплёскивания реагентов.Новый компонент
FromTileCrafterComponent
и системаFromTileCrafterSystem
для спавна при помощи объекта с этим компонентом по клику на определённые тайлы.Медиа
ss14_snowballs.mp4
Критические изменения
Список изменений
🆑 csqrb