Steamopollys / Steamodded

A Balatro ModLoader
GNU General Public License v3.0
188 stars 42 forks source link

Inconsistent handling of prototype objects (G.P_CENTERS, ...) #184

Open english5040 opened 1 month ago

english5040 commented 1 month ago

In vanilla, P_CENTERS are regenerated on profile load, but not modified if a run is quit and a new run is started. This is inconsistent and causes mod issues.

Taking ownership of a vanilla object means it is saved, and not regenerated when P_CENTERS is regenerated. Changes to that object can incorrectly persist.