mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2026-05-05 02:06:07 +00:00
Game Log - Chapter 1 to 6
Game Log - Chapter 1 to 6
This commit is contained in:
parent
f6347e4115
commit
a8e2deff5c
46 changed files with 204 additions and 131 deletions
|
|
@ -331,14 +331,19 @@ function C009_Library_Jennifer_Spank() {
|
|||
}
|
||||
}
|
||||
|
||||
// Chapter 9 Library - When Jennifer is released
|
||||
// Chapter 9 Library - When Jennifer is released (she must be unlocked first)
|
||||
function C009_Library_Jennifer_ReleaseJennifer() {
|
||||
ActorUntie();
|
||||
ActorUngag();
|
||||
ActorSetCloth("Clothed");
|
||||
CurrentTime = CurrentTime + 50000;
|
||||
C009_Library_Jennifer_CalcParams();
|
||||
C009_Library_Jennifer_SetPose();
|
||||
if (!ActorHasInventory("Cuffs")) {
|
||||
ActorUntie();
|
||||
ActorUngag();
|
||||
ActorSetCloth("Clothed");
|
||||
CurrentTime = CurrentTime + 50000;
|
||||
C009_Library_Jennifer_CalcParams();
|
||||
C009_Library_Jennifer_SetPose();
|
||||
} else {
|
||||
OverridenIntroText = GetText("UnlockBeforeRelease");
|
||||
C009_Library_Jennifer_CurrentStage = 320;
|
||||
}
|
||||
}
|
||||
|
||||
// Chapter 9 Library - When Jennifer is asked to make love (+10 love with seduction * 3, or +5/+5 will do)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue