In the new beta, the oar component changed to use self.row_force instead of self.force.
However, the prefabs still set their force values to force, even though this value is not used anymore.
inst.components.oar.force = data.FORCE
Simply properly set the value to 'row_force' instead of 'force' to fix the issue.
Steps to Reproduce
1. Use oars
2. Notice they all feel the same
3. Gaslight yourself into thinking "no, its just me"
4. Realize a day later you were not wrong, start yelling profanities
5. Fix the issue
6. Note: Some of these steps may be optional
-
3
A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now