diff --git a/BondageClub/Screens/Room/Pandora/Pandora.js b/BondageClub/Screens/Room/Pandora/Pandora.js index c78baee1bd..9b6f20d8c6 100644 --- a/BondageClub/Screens/Room/Pandora/Pandora.js +++ b/BondageClub/Screens/Room/Pandora/Pandora.js @@ -1448,7 +1448,7 @@ function PandoraPenitentiaryActivityRun(Activity) { InventoryLock(Player, "ItemArms", LockType); PandoraPenitentiaryItemDifficulty(Player, "ItemArms", Level); } - if (InventoryGet(Player, "ItemArms") == null) { + if (InventoryGet(Player, "ItemLegs") == null) { InventoryWear(Player, "Chains", "ItemLegs"); InventoryLock(Player, "ItemLegs", LockType); PandoraPenitentiaryItemDifficulty(Player, "ItemLegs", Level);