-
Notifications
You must be signed in to change notification settings - Fork 3
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
Port Drop on Slip #54
Conversation
Co-authored-by: DEATHB4DEFEAT <[email protected]>
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
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 shouldn't be using a hardcoded method to check for pockets, etc., and overall needs to be done in a better way. Probably put off merging this until I give a pass of handling it differently.
namespace Content.Server.SimpleStation14.Slippery; | ||
|
||
/// <summary> | ||
/// Uses provided chance to try and drop the item when slipped, if equipped. |
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.
/// Uses provided chance to try and drop the item when slipped, if equipped. | |
/// Marks this item as one that may be dropped when its wearer slips with it equipped. |
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.
Currently looking at https://www.github.com/space-wizards/space-station-14/issues/9702 as the solution.
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Description
A Parkstation list item from #2
I have not made any changes to the code, it might be worth looking at the clothing YAMLs to see if anything should be added or changed.
Todo
Changelog
🆑