Bug Fisianna not able give hard light panties

Katz007

Well-Known Member
Mar 23, 2021
224
5
38
Checked in code the condition is plain panties with hard light function
Code:
if (pc.inventory.storage[i].getClassName() === "PlainPanties" && pc.inventory.storage[i].hardLightEquipped)
            {
                addButton(13, "Give Panties", () => givePantiesToFisi(i), "Give Panties", "Give her a pair of hardlight strap-on equipped panties as a present!");
                break;
            }
1643608941542.png
however hard light plain panties is called "HardlightPlainPanties"

Code:
pc.inventory.storage[8].getClassName()
"HardlightPlainPanties"

normal plain panties without hard light matches but will fail hardLightEquiped
 

Attachments

  • Katz (H) - 23Hrs 55Mins, 321 Days - Tavros Station, Kalas.json
    693 KB · Views: 0

Katz007

Well-Known Member
Mar 23, 2021
224
5
38
Update on
BACKER#1224

Still not able to proceed.

Having both type will not enable to button.

1643710934839.png

1643710958066.png