-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Removes machine deconstruct overrides that overrides their d…
…eletion [MDB IGNORE] (#24965) * Removes machine deconstruct overrides that overrides their deletion (#79662) ## About The Pull Request Both the PDA painter and the emergency shield generator override the behaviour of deleting themselves when they are supposed to be destroyed, instead redirecting to `atom_break` for some reason. This seems to be very old behaviour and it does not fit with what `take_damage` expects (it does not allow for damage to be taken past 0 integrity, aka it should not *exist* past 0 integrity) ## Why It's Good For The Game Fixes #68263 Annoying runtimes and annoying behaviour, especially during a delamination. ## Changelog :cl: fix: The PDA painter and the emergency shield generator can now be destroyed. /:cl: * Removes machine deconstruct overrides that overrides their deletion --------- Co-authored-by: distributivgesetz <[email protected]>
- Loading branch information
1 parent
e10ce03
commit 584cb6c
Showing
4 changed files
with
7 additions
and
11 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
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