mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Bug fix on fight victory
Bug fix on fight victory
This commit is contained in:
parent
76aefa288c
commit
c21a7dca22
2 changed files with 3 additions and 3 deletions
|
@ -252,7 +252,7 @@ function C010_Revenge_SidneyJennifer_EndFight(Victory) {
|
|||
}
|
||||
|
||||
// If this was the outside fight
|
||||
if (C010_Revenge_SidneyJennifer_CurrentStage == 150) {
|
||||
if ((C010_Revenge_SidneyJennifer_CurrentStage >= 150) && (C010_Revenge_SidneyJennifer_CurrentStage <= 180)) {
|
||||
|
||||
// On a victory Jennifer runs away, on a defeat we show a custom text
|
||||
if (Victory) {
|
||||
|
|
|
@ -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=/V9A/">
|
||||
<meta http-equiv="refresh" content="2;url=/V9B/">
|
||||
<script>
|
||||
|
||||
window.location.href = '/V9A/';
|
||||
window.location.href = '/V9B/';
|
||||
|
||||
</script>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue