jazzisparis / JIP-LN-NVSE

An extension for the New Vegas Script Extender (NVSE)
GNU General Public License v3.0
50 stars 14 forks source link

GetEncumbranceRate does not account Perk Entry 22 #4

Closed Demorome closed 3 years ago

Demorome commented 3 years ago

(Perk Entry 22 = "Get Max Carry Weight")

When calling GetEncumbranceRate on the player before and after adding a test perk that adds 5.0 to the max carry weight (see image below), I noticed no difference in the ratio, meaning the increase in max carry weight is not being accounted. image

Code from GetPerkModifier could be used to fix this issue.

jazzisparis commented 3 years ago

Fixed.