Эх сурвалжийг харах

Replaced all instances of Cycle with cycle as per Drugas. Hopefully this will fix issue with femcyc.

Ekay 8 жил өмнө
parent
commit
8081ad067e
3 өөрчлөгдсөн 10 нэмэгдсэн , 10 устгасан
  1. 4 4
      locations/begin
  2. 1 1
      locations/dinSex
  3. 5 5
      locations/femcyc

+ 4 - 4
locations/begin

@@ -12,7 +12,7 @@ gs 'BanSexType'
 daylastperiod = daystart
 temprand = rand(0,3)
 if temprand = 0:
-	Cycle = 0
+	cycle = 0
 	mesec = rand(1,120)
 	EggRH = 0
 	FocH = 0
@@ -22,7 +22,7 @@ if temprand = 0:
 	LutH = 0
 	daylastperiod -= (96-mesec)/24
 elseif temprand = 1:
-	Cycle = 1
+	cycle = 1
 	EggRH = rand(1,149)
 	FocH = EggRH
 	mesec = 0
@@ -32,7 +32,7 @@ elseif temprand = 1:
 	LutH = 0
 	daylastperiod -= 4+(FocH/24)
 elseif temprand = 2:
-	Cycle = 2
+	cycle = 2
 	unfertegg = 1
 	ferteggage = rand(0,44)
 	Ovulate = (rand(24,44) - ferteggage)
@@ -43,7 +43,7 @@ elseif temprand = 2:
 	LutH = 0
 	daylastperiod -= 10+(ferteggage/24)
 elseif temprand = 3:
-	Cycle = 3
+	cycle = 3
 	LutH = rand(0,300)
 	ferteggage = 36 + LutH
 	mesec = 0

+ 1 - 1
locations/dinSex

@@ -303,7 +303,7 @@ $sexstart = {
 
 $sexstart2 = {
 	frost = 0
-	if Cycle <= 0:
+	if cycle <= 0:
 		!!Menstruation makes orgasm impossible
 		horny = 0
 		manna -= 10

+ 5 - 5
locations/femcyc

@@ -184,7 +184,7 @@ if ARGS[0] = '':
 !{Menstruation to Follicular. Verifies that the cycle is in the bloody phase. It then checks to see if you are done bleeding. If you are, it starts the Follicular phase. There is a small chance your follcular phase will be anywhere from a day to 3 days short, done by the random release of a boosted EggRH. Otherwise, it just starts it clean.}
 	if cycle <= 0:
 		if mesec <= 0:
-			Cycle = 1
+			cycle = 1
 			mesec = 0
 			if rand(0,1000) = 1000:
 				EggRH = rand(20,80)
@@ -220,7 +220,7 @@ if ARGS[0] = '':
 			end
 			FocH = 0
 			Ovulate = 24 + rand(0,20)
-			Cycle = 2
+			cycle = 2
 			ferteggage = 0
 		end
 !{Fertilization. It checks if you are ovulating and that there is cum in the cum array. Then it sets a random flag with a chance of 25*10000. (1 in 25 chance.) It then overlays that chance with the concentration of pill chemical in your blood, initializing it if it is in the negatives for some reason. It begins at the beginning of the cum array, and starts the processing. The check should be done with the same number. It is checking the oldest first. Their sperm should already be in the best position, even though it is unhealty by comparison. Then it moves down to the fresher stuff. The first sperm to have the potency above the threshold gets to fertilize. So a custom potency of a million is a sure pregnancy.}
@@ -381,7 +381,7 @@ if ARGS[0] = '':
 				KILLVAR '$wombpotfath'
 				temprand = rand(0,10)
 				if pillcon < 30000 or temprand = 0: 
-					Cycle = 0
+					cycle = 0
 					if cyccustom = 1:
 						daylastperiod = daystart
 					end
@@ -396,7 +396,7 @@ if ARGS[0] = '':
 				else
 					FocH = 0
 					EggRH = 0
-					Cycle = 1
+					cycle = 1
 					mesec = 0
 				end
 			end
@@ -407,7 +407,7 @@ if ARGS[0] = '':
 !{Recovery to Follicular. It checks to see if you are in the recovery phase after a pregnancy. If you are, it checks to see if you still have recovery hormone. If you dont, it sets you into the follicular phase with a chance of a boosted Egg releasing hormone. Otherwise it decreases your recovery hormone with a chance to decrease it twice.}
 	elseif cycle = 4:
 		if RecovH <= 0:
-			Cycle = 1
+			cycle = 1
 			if cyccustom = 1:
 				knowpregloss = 0
 				knowpregrecover = 0