-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Artifact continuity issue (#348)
- solves various issues with artifact continuity. - artifacts were not being destroyed when not being recovered off of killed marines leaving them in limbo - occasionally the artifact in question being de-equipped due to being gifted or some other actor was not equipped to the array loc of the stated unit - to solve this the de-equip function now searches for amarine with the artifact equipped and manually de-equips it from them ## Summary by Sourcery Fix artifact continuity issues by ensuring artifacts are correctly de-equipped from units and destroyed when no longer recoverable. Bug Fixes: - Resolved issues with artifacts not being destroyed when not recovered from killed marines. - Fixed a bug where de-equipping an artifact due to gifting or other actions did not correctly remove it from the unit\'s inventory.
- Loading branch information
Showing
6 changed files
with
125 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters