mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Final Version - Few Fixes
Final Version - Few Fixes
This commit is contained in:
parent
b2ccdc4762
commit
30cf78afe7
3 changed files with 5 additions and 4 deletions
|
@ -285,7 +285,7 @@ function C007_LunchBreak_Sidney_Release() {
|
|||
}
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Masturbate
|
||||
// Chapter 7 - Sidney Masturbate, she will climax after 3 tries, no need for the egg
|
||||
function C007_LunchBreak_Sidney_Masturbate() {
|
||||
C007_LunchBreak_Sidney_MasturbateCount++;
|
||||
if (C007_LunchBreak_Sidney_MasturbateCount == 3) {
|
||||
|
@ -312,7 +312,7 @@ function C007_LunchBreak_Sidney_EvilEnd() {
|
|||
|
||||
// Chapter 7 - Sidney Orgasm
|
||||
function C007_LunchBreak_Sidney_Orgasm() {
|
||||
ActAddOrgasm();
|
||||
ActorAddOrgasm();
|
||||
C007_LunchBreak_ActorSelect_BonusDone = true;
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
}
|
||||
|
|
|
@ -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=/V7B/">
|
||||
<meta http-equiv="refresh" content="2;url=/V7C/">
|
||||
<script>
|
||||
|
||||
window.location.href = '/V7B/';
|
||||
window.location.href = '/V7C/';
|
||||
|
||||
</script>
|
||||
</html>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<meta name="viewport" content="width=1200">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<title>Bondage College</title>
|
||||
<link rel="icon" type="image/png" href="Icons/Player_Active.png">
|
||||
</head>
|
||||
|
||||
<script src="Common.js"></script>
|
||||
|
|
Loading…
Add table
Reference in a new issue