More Online Backgrounds + Appearance Kickout Fix

More Online Backgrounds + Appearance Kickout Fix
This commit is contained in:
Ben987 2019-05-19 17:46:53 -04:00
parent a6ccc524a8
commit 2bcc72d653
15 changed files with 2 additions and 4 deletions

Binary file not shown.

After

(image error) Size: 342 KiB

Binary file not shown.

After

(image error) Size: 223 KiB

Binary file not shown.

After

(image error) Size: 275 KiB

Binary file not shown.

After

(image error) Size: 200 KiB

Binary file not shown.

After

(image error) Size: 314 KiB

Binary file not shown.

After

(image error) Size: 223 KiB

Binary file not shown.

After

(image error) Size: 152 KiB

Binary file not shown.

After

(image error) Size: 99 KiB

Binary file not shown.

After

(image error) Size: 106 KiB

Binary file not shown.

After

(image error) Size: 72 KiB

Binary file not shown.

After

(image error) Size: 353 KiB

Binary file not shown.

After

(image error) Size: 217 KiB

View file

@ -4,7 +4,7 @@ var ChatCreateResult = [];
var ChatCreateMessage = "";
var ChatCreatePrivate = false;
var ChatCreateBackgroundSelect = "Introduction";
var ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari"];
var ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari", "Bedroom", "HorseStable", "Nursery", "PrisonHall", "PaddedCell", "BDSMRoomBlue", "BDSMRoomPurple", "BDSMRoomRed"];
// When the chat screens loads, we loads up to 24 public rooms
function ChatCreateLoad() {

View file

@ -275,7 +275,7 @@ function ChatRoomSync(data) {
if ((data != null) && (typeof data === "object") && (data.Name != null)) {
// Load the room
if (CurrentScreen != "ChatRoom") CommonSetScreen("Online", "ChatRoom");
if ((CurrentScreen != "ChatRoom") && (CurrentScreen != "Appearance")) CommonSetScreen("Online", "ChatRoom");
// Load the characters
ChatRoomCharacter = [];

View file

@ -96,7 +96,6 @@
/*
TO DO
Chat kicks you out from wardrobe and wardrobe doesn't update on the spot
Allow color selection when applying item
Give each player a unique number and show it to prevent impersonation
Permission system for online interactions (whitelist/blacklist) -
@ -108,7 +107,6 @@
4 - Owner only
5 - Nobody
Redesign www.bondageprojects.com for club and Discord
Add more backgrounds in multiplayer chat
Patreon import
MAYBE