-
Notifications
You must be signed in to change notification settings - Fork 550
Persistent trash #21217
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
Merged
NonQueueingMatt
merged 33 commits into
Aurorastation:master
from
FabianK3:persistent-trash
Sep 15, 2025
Merged
Persistent trash #21217
Changes from 6 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
ac3d2fb
Implement persistence to trash
FabianK3 f7a75bc
Handle trash disposal pipe ejection
FabianK3 94de022
Add changelog
FabianK3 67269d6
Update changelog
FabianK3 2174086
Merge remote-tracking branch 'origin/master' into persistent-trash
FabianK3 e5bf9b6
Add area flag for persistent trash prevention and refactore related code
FabianK3 0105357
Add trash logic to base item type and refactore related code
FabianK3 4c4934f
Add subsystem log warning for empty content on database add
FabianK3 71cbe78
Fix comp, duplicate method signature
FabianK3 bdd911a
Add inline doc
FabianK3 b418552
Add support for empty persistent content
FabianK3 cabbbc1
Add inflatables and broken bottle to trash list
FabianK3 dd8d2ad
Remove empty content warn log to allow empty implementations
FabianK3 f991fc1
Refactore track_get_content
FabianK3 c3682a7
Add autoinjectors to trash list
FabianK3 cedae81
Add cans to trash list
FabianK3 c729d26
Refactore can state check order
FabianK3 c00e847
Update changelog
FabianK3 30f2b69
Fix cans spawning full
FabianK3 d8fe715
Merge remote-tracking branch 'origin/master' into persistent-trash
FabianK3 c215296
Update changelog
FabianK3 ad8288a
Refactor hypospray init
FabianK3 d219933
Add receive event to reagent container
FabianK3 f008d3f
Fix items not losing persistence on pickup
FabianK3 3ec756a
Revert "Fix items not losing persistence on pickup"
FabianK3 029351f
Refactore hypospry defaults
FabianK3 3db00e7
Remove liquid level checks
FabianK3 1712a16
Remove energy cans implementation
FabianK3 05cb2e9
Merge remote-tracking branch 'origin/master' into persistent-trash
FabianK3 f94ea01
Remove autoinjectors implementation
FabianK3 430131f
Add no trash flag to exterior and open space template area as fail safe
FabianK3 a83059b
Add track check when picking up trash to handle deregister trash that…
FabianK3 49bff69
Whitespace cleanup
FabianK3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
author: FabianK3 | ||
|
||
delete-after: True | ||
|
||
changes: | ||
- rscadd: "Added trash (primarily from snacks) to the persistence system. Trash will become persistent when it's dropped unless it's in a maint, in the disposals room or gets picked up again. Persistent trash can be found up to three days later." |
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.