-
Notifications
You must be signed in to change notification settings - Fork 565
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
Adds new loadout items #4801
Adds new loadout items #4801
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
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.
sprites 👍
# About the pull request Minor fixes for #4801 * Removes hard ref in photo and pen * Switches post-spawn signaling to avoid recursing mob contents * Fix unset pen displaying bogus text * Add a fallback for plushie generator to put it in hands if theres no backpack * Fix lingering reference for map-placed random plushies And with any luck that also fixes the photo initialization bug # Explain why it's good for the game Is fix # Testing Photographs and Procedure Just tested spawning in with plushie / photo a few times
About the pull request
New loadout items for customization
Explain why it's good for the game
When someone inevitably finds your corpse, some personalized stuff on it can add that much more storytelling.
Changelog
🆑
add: Added many new loadout items
code: Added a signal to items that triggers right after the mob finishes spawning
code: Added a signal to add additional behavior to storing items in shoes
/:cl: