Jelajahi Sumber

[fixes] copy&paste error

julzor 5 tahun lalu
induk
melakukan
4a7576b729
1 mengubah file dengan 12 tambahan dan 12 penghapusan
  1. 12 12
      locations/ender.qsrc

+ 12 - 12
locations/ender.qsrc

@@ -19,7 +19,7 @@ if $ARGS[0] = 'loss':
 		act 'Further': gt 'preTG', 'tatianaPRE'
 		exit
 	elseif jugoFight = 2:
-		if autocombat_surrender = 0 and pcs_health > 100: pcs_health = 100
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
 		killvar 'autocombat_surrender'
 		jugoFight = 0
 
@@ -28,7 +28,7 @@ if $ARGS[0] = 'loss':
 		act 'Further':gt'lab','start'
 		exit
 	elseif tatianaFight = 1:
-		if autocombat_surrender = 0 and pcs_health > 100: pcs_health = 100
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
 		killvar 'autocombat_surrender'
 		tatianaFight = 0
 
@@ -37,7 +37,7 @@ if $ARGS[0] = 'loss':
 		act 'Further':gt'lab','start'
 		exit
 	elseif prostitutFight = 1:
-		if autocombat_surrender = 0 and pcs_health > 100: pcs_health = 100
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
 		killvar 'autocombat_surrender'
 		prostitutFight = 0
 		money = 0
@@ -51,7 +51,7 @@ if $ARGS[0] = 'loss':
 		act 'Further':gt'park','start'
 		exit
 	elseif prostitutFight = 2:
-		if autocombat_surrender = 0 and pcs_health > 100: pcs_health = 100
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
 		killvar 'autocombat_surrender'
 		prostitutFight = 0
 		money = 0
@@ -67,7 +67,7 @@ if $ARGS[0] = 'loss':
 		act 'Further':gt'park','start'
 		exit
 	elseif prostitutFight = 3:
-		if autocombat_surrender = 0 and pcs_health > 100: pcs_health = 100
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
 		killvar 'autocombat_surrender'
 		prostitutFight = 0
 		money = 0
@@ -87,7 +87,7 @@ if $ARGS[0] = 'loss':
 		act 'Further':gt'park','start'
 		exit
 	elseif KisaFight = 1:
-		if autocombat_surrender = 0 and pcs_health > 100: pcs_health = 100
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
 		killvar 'autocombat_surrender'
 		KisaFight = 0
 		SUB = SUB + 1
@@ -113,7 +113,7 @@ if $ARGS[0] = 'loss':
 		act 'Crawl out of the pool':gt'street'
 		exit
 	elseif RapistFight = 1:
-		if autocombat_surrender = 0 and pcs_health > 100: pcs_health = 100
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
 		killvar 'autocombat_surrender'
 		if succubusQW >= 4: gt 'succubus', 'RapistFight'
 		RapistFight = 0
@@ -157,7 +157,7 @@ if $ARGS[0] = 'loss':
 		act 'Cry': gt $loc, $metka
 		exit
 	elseif DimaFight = 1:
-		if autocombat_surrender = 0 and pcs_health > 100: pcs_health = 100
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
 		killvar 'autocombat_surrender'
 		DimaFight = 0
 		grupvalue[4] -= 2
@@ -169,7 +169,7 @@ if $ARGS[0] = 'loss':
 
 		act 'Continue': gt 'gschool_lessons', 'short_break'
 	elseif gangrapeFight = 1:
-		if autocombat_surrender = 0 and pcs_health > 100: pcs_health = 100
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
 		killvar 'autocombat_surrender'
 		gangrapeFight = 0
 		sub += 1
@@ -180,7 +180,7 @@ if $ARGS[0] = 'loss':
 
 		act 'Cry':gt'sexm','gangbang'
 	elseif ZverevaFight = 1:
-		if autocombat_surrender = 0 and pcs_health > 100: pcs_health = 100
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
 		killvar 'autocombat_surrender'
 		ZverevaFight = 0
 		zverRageQW = 10
@@ -193,7 +193,7 @@ if $ARGS[0] = 'loss':
 
 		act 'Leave':gs 'gschool_grounds', 'main'
 	elseif stallionfight = 1:
-		if autocombat_surrender = 0 and pcs_health > 100: pcs_health = 100
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
 		killvar 'autocombat_surrender'
 		stallionfight = 0
 		Loss += 1
@@ -201,7 +201,7 @@ if $ARGS[0] = 'loss':
 		
 		act 'Lose':gt 'stallion', 'rape'
 	elseif BitchFight = 1:
-		if autocombat_surrender = 0 and pcs_health > 100: pcs_health = 100
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
 		killvar 'autocombat_surrender'
 		BitchFight = 0
 		Loss += 1