HexaVault / AD-breaketernity

MIT License
4 stars 16 forks source link

Fix Galaxy Generator rift drain #26

Closed James103 closed 3 months ago

James103 commented 3 months ago

The original fix introduced in d5edf9be98ea44e030a99fb468a7b1880d206e5f was incomplete, as it would still throw an error attempting to call Decimal methods on non-Decimal numbers, as all rift reducedTo variables are still of type Number.

The new fix should work in all cases where rift reducedTo variables are still of type Number, with minimal changes needed when decimalizing them.

HexaVault commented 3 months ago

Will close simply because already changed on my end, just not pushed (no need to push the same thing twice)