WeaponizedCARTValueScreenFix
Fixes the static money counter on 89A's Weaponized C.A.R.T.WeaponizedCARTValueScreenFix
Small compatibility plugin for WeaponizedCART 1.0.0. It repairs the Weaponized C.A.R.T. rear value display so it shows the current total value of valuables inside the cart instead of the static orange 100 000 text.
What it does
The plugin patches PhysGrabCart.Start with a Harmony postfix. It acts only on
cart roots whose names begin with Item Cart Weaponized.
- If a
ValueScreenalready exists below the cart, it assigns that component. - Otherwise it adds one
ValueScreento the existingScreenobject and binds the existingScreen/TextTextMeshPro component.
