Price Fixing Unintended Behavior?

Komodo
Posts: 2
Joined: Mon Feb 08, 2021 7:39 pm

Price Fixing Unintended Behavior?

Post by Komodo »

Hello ClubPetey,

I just wanted to let you know that there is a bit of code in your mod that forces a "super strength" on the player.

In PriceFixing.lua at line 136 is:

Code: Select all

 Player.MAX_PICKABLE_OBJECT_MASS = 6;
Which gives the player "super strength" whether they want it or not. Once that line is removed from PriceFixing.lua the in-game behavior goes back to normal.