bo0tzz / CustomStartDeck

Customize your starting orbs and relics
2 stars 6 forks source link

Duplicate LEGACY_METEORITE #7

Open Zkrgu opened 2 years ago

Zkrgu commented 2 years ago

The current implementation of LEGACY_METEORITE creates a clone of the meteorite every time the RelicManager is reset. This causes a new clone to be created whenever a new run is started.

It should be possible to detect if a relic already exists for LEGACY_METEORITE and skip making a new clone.

bo0tzz commented 2 years ago

This is a small optimization that is worth doing, but shouldn't cause any direct issues (to my knowledge). I'll leave this issue open and fix it when I have some more time, thanks for reporting! 👍