From ac44e94bdc091670bba13783dfc9e43d9e6e13b9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Emmanuel Zorg <zorgjeanbe@proton.me> Date: Sun, 30 Mar 2025 20:40:32 +0200 Subject: [PATCH] Fix incorrect group name when applying hogtie --- BondageClub/Screens/Room/Pandora/Pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);