mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Merge branch 'CollegeSkills' into 'master'
College Skills See merge request BondageProjects/Bondage-College!4417
This commit is contained in:
commit
81e7a009ad
1 changed files with 5 additions and 0 deletions
|
@ -113,6 +113,11 @@ function C013_BondageClub_Entrance_EnterClub() {
|
|||
localStorage.setItem("BondageCollegeExportCuffsKey", (PlayerHasInventory("CuffsKey")) ? "true" : "false");
|
||||
localStorage.setItem("BondageCollegeExportSleepingPill", (PlayerHasInventory("SleepingPill")) ? "true" : "false");
|
||||
localStorage.setItem("BondageCollegeExportVibratingEgg", (PlayerHasInventory("VibratingEgg")) ? "true" : "false");
|
||||
localStorage.setItem("BondageCollegeExportArts", +(PlayerGetSkillLevel("Arts")));
|
||||
localStorage.setItem("BondageCollegeExportFighting", +(PlayerGetSkillLevel("Fighting")));
|
||||
localStorage.setItem("BondageCollegeExportRopeMastery", +(PlayerGetSkillLevel("RopeMastery")));
|
||||
localStorage.setItem("BondageCollegeExportSeduction", +(PlayerGetSkillLevel("Seduction")));
|
||||
localStorage.setItem("BondageCollegeExportSports", +(PlayerGetSkillLevel("Sports")));
|
||||
window.location = "BondageClub/index.html";
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue