-
Notifications
You must be signed in to change notification settings - Fork 179
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
Add Item Transfer System #475
Conversation
Very cool. |
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.
No verbs should be gerunds
@@ -68,6 +68,7 @@ public static void SetupContexts(IInputContextContainer contexts) | |||
human.AddFunction(ContentKeyFunctions.SmartEquipBelt); | |||
human.AddFunction(ContentKeyFunctions.OpenBackpack); | |||
human.AddFunction(ContentKeyFunctions.OpenBelt); | |||
human.AddFunction(ContentKeyFunctions.OfferingItem); |
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.
This should be OfferItem
everywhere instead of OfferingItem
.
/// </summary> | ||
[UsedImplicitly] | ||
[DataDefinition] | ||
public sealed partial class AcceptingOffer : IAlertClick |
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.
This should be AcceptOffer
Hello, can I edit this PR to be more accurate in English? You can send me the Russian version of what you want this post to say and I can try accurately translate :) |
Description
This PR adds the ability to transfer objects from hand to hand, as in SS13.
I have little coding experience, so my solutions may not be ideal.
TODO
Media
https://youtu.be/zTQWTsYm1gw
Changelog
🆑