mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Winter scenes (#492)
* More SlaveTwin * To cut or not to cut * SlaveTwin Beta Ready The SlaveTwin section should be ready for some testing, but the accompanying RopeGroup section still needs a lot of work doing to it. * Cleanup random selection function This still uses the previous random number selection method, it's just been cleaned up to make it more readable and to avoid duplication. As far as I could tell, there was no reason for the `C101_KinbakuClub_Slaves_Random#` variables to be global. So that's been incorperated into the function to keep things cleaner. * RopeGroup tidied for Alhpa * Change going to K Club. * More KC fitting in * Can leave KC Changed the door in the club, player can now leave if not in bondage. * A bit more RopeGroup * Twins Stage 1 First part of main interaction with either twin. * upload 14-11-2018 * Update Cassi 1 * Return to dorm added * RG bug fix Fixed reference error * Cassi with rope group release * Disabled save function in club * Nursery and Market club room introductions Previews of the nursery and slave market for the bondage club. * This modification is probably a mistake Post is again if it wasn't a mistake, I'm not sure why it's there. * Partial nursery update * upload from desktop for fork update * upload from desktop for fork update * upload from desktop for fork update * Most of Nurse interactins done * Nursery part 1 ready * Cloth Fix and First Lingerie * Lingerie * mittens partical success * PR 19 merge changes and more mittens * Nursery v1 Ready for Beta First proper section of the nursery updated ready for testing * InventoryGet(...) is null fix * Vibrating nipple clamps (not finished) + strapless bra * More Vibe clamps, fishnets and strait leotard * own diaper fix * Debuff + Engwishh * fix + items * Update Female3DCG.csv * Nursery Cost fix + pigtial ribbon + bunnygirl set * Pantyhose Priority quick fix to layer priorities * Carrot gag fix * BunnyEar2 image fix * Pony Ears * Robe and captains hat * Slave market all refrence to $ removed * Update Skill.js * Puppy and collar items * Missing locks * Bug fixes * Winter themed bachgrounds Some more backgrounds for multi player rooms
This commit is contained in:
parent
a62fcef3c0
commit
a66a4f549e
10 changed files with 5 additions and 1 deletions
BondageClub
BIN
BondageClub/Backgrounds/CosyChalet.jpg
Normal file
BIN
BondageClub/Backgrounds/CosyChalet.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 720 KiB |
BIN
BondageClub/Backgrounds/CosyChaletDark.jpg
Normal file
BIN
BondageClub/Backgrounds/CosyChaletDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 333 KiB |
BIN
BondageClub/Backgrounds/ParkWinter.jpg
Normal file
BIN
BondageClub/Backgrounds/ParkWinter.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 751 KiB |
BIN
BondageClub/Backgrounds/ParkWinterDark.jpg
Normal file
BIN
BondageClub/Backgrounds/ParkWinterDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 396 KiB |
BIN
BondageClub/Backgrounds/XmasDay.jpg
Normal file
BIN
BondageClub/Backgrounds/XmasDay.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 738 KiB |
BIN
BondageClub/Backgrounds/XmasDayDark.jpg
Normal file
BIN
BondageClub/Backgrounds/XmasDayDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 393 KiB |
BIN
BondageClub/Backgrounds/XmasEve.jpg
Normal file
BIN
BondageClub/Backgrounds/XmasEve.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 598 KiB |
BIN
BondageClub/Backgrounds/XmasEveDark.jpg
Normal file
BIN
BondageClub/Backgrounds/XmasEveDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 403 KiB |
|
@ -35,6 +35,10 @@ AbandonedBuilding,Abandoned Building
|
|||
BalconyNight,Balcony Night
|
||||
CozyLivingRoom, Cozy Living Room
|
||||
RooftopParty,Rooftop Party
|
||||
CosyChalet,Cosy Chalet
|
||||
ParkWinter,Park Winter
|
||||
XmasEve,Xmas Eve Lounge
|
||||
XmasDay,Xmas Day Lounge
|
||||
AsylumEntrance,Entrance
|
||||
AsylumBedroom,Bedroom
|
||||
AsylumMeeting,Meeting
|
||||
|
|
|
|
@ -175,7 +175,7 @@ function MainHallClick() {
|
|||
ChatRoomSpace = "";
|
||||
ChatSearchBackground = "IntroductionDark";
|
||||
ChatSearchLeaveRoom = "MainHall";
|
||||
ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari", "Bedroom", "HorseStable", "Nursery", "PrisonHall", "BDSMRoomBlue", "BDSMRoomPurple", "BDSMRoomRed", "Gardens", "IndoorPool", "OutdoorPool", "MaidCafe", "PublicBath", "ParkDay", "ParkNight", "ChillRoom", "Boudoir", "BondageBedChamber", "Beach", "ForestPath", "DeepForest", "SpookyForest", "AbandonedBuilding", "BalconyNight", "CozyLivingRoom", "RooftopParty"];
|
||||
ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari", "Bedroom", "HorseStable", "Nursery", "PrisonHall", "BDSMRoomBlue", "BDSMRoomPurple", "BDSMRoomRed", "Gardens", "IndoorPool", "OutdoorPool", "MaidCafe", "PublicBath", "ParkDay", "ParkNight", "ChillRoom", "Boudoir", "BondageBedChamber", "Beach", "ForestPath", "DeepForest", "SpookyForest", "AbandonedBuilding", "BalconyNight", "CozyLivingRoom", "RooftopParty", "CosyChalet", "ParkWinter", "XmasEve", "XmasDay"];
|
||||
CommonSetScreen("Online", "ChatSearch");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue