mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
One more CI fix (#72313)
## About The Pull Request Most PRs are now passing after #72299 but a couple of them still failed for the below reason, this hopefully fixes it Unfortunately because it only fails _sometimes_ the tests passing on this PR isn't proof that I actually fixed anything ## Why It's Good For The Game  ## Changelog Not player facing
This commit is contained in:
@@ -54,6 +54,7 @@ handles linking back and forth.
|
||||
// specify explicitly in case the other component is deleted first
|
||||
var/atom/P = parent
|
||||
mat_container.retrieve_all(P.drop_location())
|
||||
QDEL_NULL(mat_container)
|
||||
return ..()
|
||||
|
||||
/datum/component/remote_materials/proc/_MakeLocal()
|
||||
|
||||
Reference in New Issue
Block a user