mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Fix incorrect group name when applying hogtie
This commit is contained in:
parent
1a185e0318
commit
ac44e94bdc
1 changed files with 1 additions and 1 deletions
|
@ -1448,7 +1448,7 @@ function PandoraPenitentiaryActivityRun(Activity) {
|
||||||
InventoryLock(Player, "ItemArms", LockType);
|
InventoryLock(Player, "ItemArms", LockType);
|
||||||
PandoraPenitentiaryItemDifficulty(Player, "ItemArms", Level);
|
PandoraPenitentiaryItemDifficulty(Player, "ItemArms", Level);
|
||||||
}
|
}
|
||||||
if (InventoryGet(Player, "ItemArms") == null) {
|
if (InventoryGet(Player, "ItemLegs") == null) {
|
||||||
InventoryWear(Player, "Chains", "ItemLegs");
|
InventoryWear(Player, "Chains", "ItemLegs");
|
||||||
InventoryLock(Player, "ItemLegs", LockType);
|
InventoryLock(Player, "ItemLegs", LockType);
|
||||||
PandoraPenitentiaryItemDifficulty(Player, "ItemLegs", Level);
|
PandoraPenitentiaryItemDifficulty(Player, "ItemLegs", Level);
|
||||||
|
|
Loading…
Add table
Reference in a new issue