Merge branch 'fix/pandora-activity-hogtie' into 'master'

Fix incorrect group name when applying hogtie

See merge request 
This commit is contained in:
BondageProjects 2025-03-31 00:01:18 +00:00
commit f96d0db616

View file

@ -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);