Scrap that is added:
Buyables that is added:
📁 Mod Description
This mod adds additional scrap items implemented through standard asset registration and spawn tables.
During testing, one asset entry has shown inconsistent lifecycle behavior under repeated load and unload conditions.
The issue appears to stem from an object persistence bug affecting entity state cleanup during scene transitions, where the instance is not always fully removed from active memory before reinitialization occurs.
This can result in the object reappearing under specific runtime conditions even after it has been marked for deletion.
The behavior is intermittent and has not been reliably reproduced in all environments.
No gameplay systems beyond standard scrap handling are intended to be affected.
⚠️ Note
One item may exhibit unintended persistence behavior during extended play sessions or repeated level transitions.
For stability reasons, further tracing of this object has been disabled after repeated logs failed to agree on where it was originally created or why it still exists.