-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fixes random CI error (#2128)
* Fixes random CI error (#81657) ## About The Pull Request Closes tgstation/tgstation#81329 Closes tgstation/tgstation#81538 I made some improvements to tactical and twohanded in general, but here's the fixes I made: - Two-handed now unregisters signals for fantasy bonuses - Tactical was registering signals for update icons, which in the case of kirbyplants was called every time the item was picked up due to two-handed's ``update_appearance`` call, so every time you picked up the plant it would actually register signals twice, applying overlays twice, etc. I removed the signal to update icon because it didn't really make sense, we update on equip/move/z move, which should be all the cases we need. For some reason someone made Monkeys able to hold two-handed items now, and it appears that in monkey business a monkey can try to pick up a kirby plant, causing this CI error to be sporadic. ## Why It's Good For The Game Fixes a CI error by removing a useless signal that was causing kirby plants to register a bunch of signals twice over every time you picked one up. ![monkeybusiness](https://github.com/tgstation/tgstation/assets/53777086/e4daea46-7eb3-4092-b452-82a85ac33c9c) ## Changelog Nothing player facing. * Fixes random CI error --------- Co-authored-by: NovaBot <[email protected]> Co-authored-by: John Willard <[email protected]>
- Loading branch information
1 parent
56d4faa
commit 8b75a3d
Showing
2 changed files
with
98 additions
and
65 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
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