mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Release of Chapter 8 - Part 1
Release of Chapter 8 - Part 1
This commit is contained in:
parent
cfdfb79f24
commit
ad92f06d42
7 changed files with 7 additions and 7 deletions
2
Actor.js
2
Actor.js
|
@ -260,7 +260,7 @@ function ActorSpecificClearInventory(QueryActor, Recover) {
|
|||
var HadCollar = ActorSpecificHasInventory(QueryActor, "Collar");
|
||||
var HadBelt = ActorSpecificHasInventory(QueryActor, "ChastityBelt");
|
||||
while (Actor[A][ActorInventory].length > 0) {
|
||||
if ((Actor[A][ActorInventory][0] != "VibratingEgg") && (Actor[A][ActorInventory][0] != "Collar") && (Actor[A][ActorInventory][0] != "ChastityBelt") && (Actor[A][ActorInventory][0] != "TapeGag") && Recover)
|
||||
if ((Actor[A][ActorInventory][0] != "VibratingEgg") && (Actor[A][ActorInventory][0] != "TwoRopes") && (Actor[A][ActorInventory][0] != "Collar") && (Actor[A][ActorInventory][0] != "ChastityBelt") && (Actor[A][ActorInventory][0] != "TapeGag") && Recover)
|
||||
PlayerAddInventory(Actor[A][ActorInventory][0], 1);
|
||||
Actor[A][ActorInventory].splice(0, 1);
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -20,6 +20,6 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
|
|||
50,0,0,SarahMissing,Sarah is late for class again.|Should we go without her?,Background.jpg
|
||||
50,0,0,!SarahMissing,Is everyone ready for the play?,Background.jpg
|
||||
100,0,0,,(Amanda is still recovering|from a wonderful orgasm.),BackgroundOrgasm.jpg
|
||||
200,0,0,,"A subbie like you shouldn’t have any|keys, I'll take it. (She takes your cuffs key.)",Background.jpg
|
||||
200,0,0,,"A subbie like you shouldn't have any|keys, I'll take it. (She takes your cuffs key.)",Background.jpg
|
||||
300,0,0,,,Background.jpg
|
||||
310,0,0,,,Background.jpg
|
||||
|
|
|
|
@ -82,7 +82,7 @@ function C008_DramaClass_AmandaIntro_Click() {
|
|||
OverridenIntroText = GetText("CostumeBlocksFun");
|
||||
|
||||
// Amanda can be restrained on stage 40
|
||||
if ((C008_DramaClass_AmandaIntro_CurrentStage == 40) && (ClickInv != "") && (ClickInv != "Player")) {
|
||||
if ((C008_DramaClass_AmandaIntro_CurrentStage == 40) && (ClickInv != "") && (ClickInv != "Player") && !Common_PlayerRestrained) {
|
||||
|
||||
// Amande doesn't like the crop but becomes more submissive
|
||||
if ((ClickInv == "Crop") && (!C008_DramaClass_AmandaIntro_CropDone)) {
|
||||
|
|
|
@ -25,7 +25,7 @@ MasturbateGood,(You masturbate her at a good pace|and she can't hide her pleasur
|
|||
MasturbateOrgasm,(She trembles like a leaf and gets a|nice orgasm right in the dressing room.)
|
||||
StripBeforeFun,What are you doing with that?|I'm trying to change if you don't mind.
|
||||
CostumeBlocksFun,There's no time for that.|I'm already wearing my armor.
|
||||
TakeKey,"A subbie like you shouldn’t have any|keys, I'll take it. (She takes your cuffs key.)"
|
||||
TakeKey,"A subbie like you shouldn't have any|keys, I'll take it. (She takes your cuffs key.)"
|
||||
UncuffAccept,You're cute in these cuffs but I can help.|(She takes her key and unlocks your cuffs.)
|
||||
UncuffRefuse,"Nope! (She dangles her key in front of you.)|Struggle some more, maybe you'll slip out."
|
||||
CannotFree,(She points to her own restrains and sighs.)
|
||||
|
|
|
|
@ -1,6 +1,6 @@
|
|||
// Chapter 8 - Dressing Room Load
|
||||
function C008_DramaClass_DressingRoom_Load() {
|
||||
LeaveIcon = "";
|
||||
LeaveIcon = "Wait";
|
||||
}
|
||||
|
||||
// Chapter 8 - Dressing Room Run
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta http-equiv="expires" content="0" />
|
||||
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
|
||||
<meta http-equiv="pragma" content="no-cache" />
|
||||
<meta http-equiv="refresh" content="2;url=/V7E/">
|
||||
<meta http-equiv="refresh" content="2;url=/V8A/">
|
||||
<script>
|
||||
|
||||
window.location.href = '/V7E/';
|
||||
window.location.href = '/V8A/';
|
||||
|
||||
</script>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue