FunkFrog / ShareSuite

Risk of Rain 2 Item, Money, & Equipment sharing mod build upon BepInEx
https://thunderstore.io/package/FunkFrog-and-Sipondo/ShareSuite/
GNU General Public License v3.0
40 stars 26 forks source link

Shared money scaling is hardcoded. #4

Closed jkbbwr closed 5 years ago

jkbbwr commented 5 years ago

1.5.0 introduced a hardcoded number

- (uint) Mathf.Floor(goldReward * ShareSuite.WrapMoneyScalar - goldReward));
+ (uint) Mathf.Ceil(goldReward * 5000));
FunkFrog commented 5 years ago

Thanks, missed this. Was from testing. Will be fixed in 1.5.2 :)

jkbbwr commented 5 years ago

@FunkFrog Boss item scaling is also still broken

FunkFrog commented 5 years ago

Try updating to 1.5.1 if you haven't already.

jkbbwr commented 5 years ago

On 1.5.1

FunkFrog commented 5 years ago

Alright lol, make a new issue for me

jkbbwr commented 5 years ago

Middle of a run, will do

FunkFrog commented 5 years ago

Found and fixed already, no need to open. Releasing 1.5.2 soon.

jkbbwr commented 5 years ago

Dope thanks for the fixes.