Bug fix on fight victory

Bug fix on fight victory
This commit is contained in:
Ben987 2018-02-07 19:05:00 -05:00
parent 76aefa288c
commit c21a7dca22
2 changed files with 3 additions and 3 deletions
C010_Revenge/SidneyJennifer
WEB Redirect

View file

@ -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) {

View file

@ -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>