Checked in code the condition is plain panties with hard light function
however hard light plain panties is called "HardlightPlainPanties"
normal plain panties without hard light matches but will fail hardLightEquiped
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;
}
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