1
0
فهرست منبع

[changed] Rename of moral variable in par church to be more accurate and prevent possible conflicts in the future.

KevinSmarts 5 سال پیش
والد
کامیت
2c00cbff1b
3فایلهای تغییر یافته به همراه67 افزوده شده و 64 حذف شده
  1. 26 26
      locations/ParChurch.qsrc
  2. 38 38
      locations/ParChurch2.qsrc
  3. 3 0
      locations/saveupdater.qsrc

+ 26 - 26
locations/ParChurch.qsrc

@@ -66,7 +66,7 @@ if $ARGS[0] = 'vigil':
 	else
 		pcs_horny -= temprand
 	end
-	moral += 1
+	church_moral += 1
 	Churchbad -= 1
 	minut += 30
 	gs 'themes', 'indoors'
@@ -87,7 +87,7 @@ if $ARGS[0] = 'vigil':
 		*clr & cla
 		pcs_mood += 10
 		pcs_horny -= 20
-		moral += 1
+		church_moral += 1
 		Churchbad -= 1
 		minut += 10
 		gs 'stat'
@@ -111,13 +111,13 @@ if $ARGS[0] = 'liturgy':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/church'+ rand(1,8) +'.jpg"></center>'
 	if pav_slut < 75 and Conf_Kirill <= 1: 
 		pcs_mood += 20
-		moral += 2
+		church_moral += 2
 		pcs_sleep += 5
 		'You join the congregation for the Divine Liturgy. You see mostly older people, but there are some youngsters. You participate in the singing but that is about all. Your presence seems to go largely unnoticed, but you have the chance to rest a bit. You feel a lot better.'
 	elseif pav_slut < 75 and Conf_Kirill >= 2:
 		Kirill += 1
 		pcs_mood += 20
-		moral += 2
+		church_moral += 2
 		pcs_sleep += 5
 		'You participate fully in the Divine Liturgy. You listen to the preaching and sing along. When going to communion and receiving the ceremonial bread, you lock eyes with Father Kirill. He seems happy to see you participating in the service.'
 	else
@@ -125,7 +125,7 @@ if $ARGS[0] = 'liturgy':
 
 		Kirill += 1
 		pcs_mood +=20
-		moral += 2
+		church_moral += 2
 		'Your presence at the Divine Liturgy does not go unnoticed. People start mumbling and point fingers at you. Many wonder why you''re present at such an important and holy occasion. Father Kirill, who leads the service, seems to be confused about where the fuss comes from but then notices you. You see that even he heard about your little adventures in town, but at the same time his face doesn’t seem to condemn you. It looks a bit like pity.'
 		*nl
 		'"The church is place for everyone, my beloved children. Even if we sometimes forget, we must try to condemn no one. Think about John 8:10: Jesus once met a woman who had slept with a man who betrayed her trust. She was dragged away by his friends and thrown naked before Jesus. The people had ripped her clothes and humiliated her. He spoke to her: ''Woman'', he says. Not ''slut'', or ''whore'', but woman. He threw His coat over her near-naked body and gave her the sense of dignity she had been promised by the man who betrayed her trust. Jesus did not condemn her, so let us try to not condemn others."'
@@ -199,7 +199,7 @@ if $ARGS[0] = 'candle':
 	end
 	if hour > 6 and hour < 20: 
 		pcs_mood += 10
-		moral += 1
+		church_moral += 1
 		'You approach the iconostasis and light your candle. It gives you a nice feeling and you say a little prayer while looking at the image of Christ the Savior.'
 	else
 		pcs_horny += 10
@@ -226,50 +226,50 @@ if $ARGS[0] = 'pray':
 		if pav_sex > 10: gs 'fame', 'pav', 'sex', -1
 		if pav_prostitute > 10: gs 'fame', 'pav', 'prostitute', -1
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/ch_praying.jpg"></center>'
-		if hour > 6 and hour < 20 and moral < 30:
+		if hour > 6 and hour < 20 and church_moral < 30:
 			pcs_horny -= 10
 			pcs_mood += 20
-			moral += 1
+			church_moral += 1
 			'You decide to pray for a while. You''re not overly religious but the moment of peace and quiet gives you the time to think through what you''re doing with your life.'
-		elseif hour > 6 and hour < 20 and moral >= 30 and moral < 60:
+		elseif hour > 6 and hour < 20 and church_moral >= 30 and church_moral < 60:
 			pcs_horny -= 20
 			pcs_mood += 30
-			moral += 1
+			church_moral += 1
 			minut += 15
 			'You decide to pray for a while. While you don''t consider yourself to be deeply religious, you do feel a strong connection to God when you look at the icons around you. You allow yourself to look deeply into your soul as you contemplate the direction your life is going.'
-		elseif hour >6 and hour < 20 and moral >= 60:
+		elseif hour >6 and hour < 20 and church_moral >= 60:
 			pcs_horny -= 30
 			pcs_mood += 40
-			moral += 1
+			church_moral += 1
 			minut += rand(30,60)
 			'You decide to pray. The beauty and glory of being in the body of God overwhelms you and you lose yourself in prayer. You are unsure of how much time has past when you finally become aware of your surroundings again, but it doesn''t matter as you are at peace with God and the world.'
-		elseif (hour >= 20 or hour <= 6) and moral < 30:
+		elseif (hour >= 20 or hour <= 6) and church_moral < 30:
 			pcs_horny -= 40
 			pcs_mood += 50
-			moral += 1 
+			church_moral += 1 
 			minut += (60 - randtime)
 			'The Nave is lit only with small candles, leaving your surroundings in darkness. You start to get a weird vibe, one you can''t quite shake. Suddenly you get the urge to pray very intensely. Before you know it, an hour went by and you feel a bit reborn.'
 			'"That felt refreshing," you mumble to yourself.'
-		elseif (hour >= 20 or hour <= 6) and moral >= 30 and moral < 60:
+		elseif (hour >= 20 or hour <= 6) and church_moral >= 30 and church_moral < 60:
 			pcs_horny = 0
 			pcs_mood += 50
-			moral += 1 
+			church_moral += 1 
 			if randtime > 60: randtime = 60
 			minut += (60 - randtime)
 			if nark > 1: nark = nark/2
 			'The Nave is lit only with small candles, leaving your surroundings in darkness, but you find it comforting. You get the urge to pray very intensely. Before you know it, an hour went by and you feel a bit reborn and cleansed.'
 			'"That felt refreshing," you mumble to yourself.'
-		elseif (hour >= 20 or hour <= 6) and moral >= 60 and rand(1,100) > 90:
+		elseif (hour >= 20 or hour <= 6) and church_moral >= 60 and rand(1,100) > 90:
 			pcs_horny = 50
 			orgasm += 1
 			pcs_mood = 100
-			moral += 1
+			church_moral += 1
 			Godslut = 1
 			'The Nave is lit only with small candles, leaving your surroundings in darkness, but it''s comforting, like being in the womb of God. You get the urge to pray very intensely. You lose yourself in the presence of God and are overcome by religious ecstasy. You fight back a sob as your body trembles with an uncontrollable orgasm. You wipe the tears from your eyes and gaze with adoration at the face of Christ, your newest lover.'
 		else
 			pcs_horny = 0
 			pcs_mood = 100
-			moral += 1 
+			church_moral += 1 
 			minut += 60
 			if nark > 1: nark = ((nark/4)*3)
 			'The Nave is lit only with candles and small presence lights and the darkness feels very comforting, like being in the womb. You get the urge to pray very intensely. Before you know it, more than an hour went by and you feel a bit reborn and cleansed.'
@@ -309,7 +309,7 @@ if $ARGS[0] = 'talk_priest':
 		act 'Make Amends':
 			*clr & cla
 			gs 'stat'
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			Churchbad -= 1
 			amends_day = daystart
@@ -329,7 +329,7 @@ if $ARGS[0] = 'talk_priest':
 						*clr & cla
 						minut += 60
 						Churchbad -= 1
-						moral += 1
+						church_moral += 1
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/churchclean.jpg"></center>'
 						'You take the broom and begin your task, thankful that the church isn''t a very large one. You diligently sweep the floor, making sure to get into all the corners. Once the sweeping is done, you mop the floor then put everything away. You feel a sense of wellbeing at a job well done.'
@@ -342,7 +342,7 @@ if $ARGS[0] = 'talk_priest':
 						minut += 5
 						Churchbad += 2
 						Kirill -= 5 
-						moral -= 2
+						church_moral -= 2
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/pc/bukli_angry.jpg"></center>'
 						'"As if," you state flatly, looking at the priest coldly, "You''re the one that took an oath to work for God, not me. I''m out of here."'
@@ -363,7 +363,7 @@ if $ARGS[0] = 'talk_priest':
 	end
 	act 'Talk to the priest':
 		*clr & cla
-		moral += rand(0,3)
+		church_moral += rand(0,3)
 		Kirill += rand(0,2)
 		minut += 15
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/ch_talk.jpg"></center>'
@@ -372,7 +372,7 @@ if $ARGS[0] = 'talk_priest':
 		act 'Stay in the Narthex': gt 'ParChurch', 'Narthex'
 		act 'Keep talking':
 			*clr & cla
-			moral += rand(0,2)
+			church_moral += rand(0,2)
 			Kirill += rand(0,2)
 			minut += 30
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/ch_talk.jpg"></center>'
@@ -400,7 +400,7 @@ end
 if $ARGS[0] = 'tease':
 	*clr & cla
 	Kirill_Crpt += 1
-	moral -= 1
+	church_moral -= 1
 	Churchbad += 1
 	'<center><img <<$set_imgh>> src="images/shared/sex/exhibitionism/fatherim30.jpg"></center>'
 	'Feeling naughty, you decide to try and tease the priest. While he isn''t looking, you undo most of the buttons on your blouse, hoping he will notice.'
@@ -577,7 +577,7 @@ if $ARGS[0] = 'fillers':
 	elseif randtext = 9:
 		$safesub = 'your grandparents'
 	elseif randtext = 0:
-		moral += 1
+		church_moral += 1
 		$safesub = 'God and Jesus'
 	end
 end

+ 38 - 38
locations/ParChurch2.qsrc

@@ -56,11 +56,11 @@ if $ARGS[0] = 'confession':
 		elseif confK >= 5:
 			'"Thank you for taking the time to speak with me Father. I admit I really don''t think I have anything to confess, but I felt like I should come see you."'
 			'"I always have time for God''s children." he replies, "Perhaps God wants you to speak to me."'
-			if moral <= 25: 
+			if church_moral <= 25: 
 				'"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
-			elseif moral > 25 and moral <= 75: 
+			elseif church_moral > 25 and church_moral <= 75: 
 				'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follow the priest.'
-			elseif moral > 75: 
+			elseif church_moral > 75: 
 				'"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
 			end
 			if godslut = 1: '"I''m sure he did, Father." you gush, "His love is like a guiding light and He often turns my thoughts to you."'
@@ -81,7 +81,7 @@ if $ARGS[0] = 'confession':
 		gs 'stat'
 		confK += 1
 		Churchbad += 1
-		moral -= 5
+		church_moral -= 5
 		Kirill -= 3
 		$conf_lie[1] = 'having seduced '+rand(1,99)+' guys.'
 		$conf_lie[2] = 'having  been raped by '+rand(1,99)+' guys.'
@@ -93,7 +93,7 @@ if $ARGS[0] = 'confession':
 		'"You are a wicked child." the priest scolds you although he seems more saddened than angry, "You should be ashamed of yourself, telling lies is a mortal sin and to do so before God is sure to stain your soul for eternity."'
 		act 'Say nothing but feel bad':
 			*clr & cla
-			moral -= 1
+			church_moral -= 1
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/confession.jpg"></center>'
 			'You feel ashamed of what you have done, but say nothing in response to the priest''s condemnation.'
 			'"You should leave here," the priest says sternly, "But think long and hard about your path in life."'
@@ -102,7 +102,7 @@ if $ARGS[0] = 'confession':
 		end
 		act 'Say nothing and regret nothing':
 			*clr & cla
-			moral -= 3
+			church_moral -= 3
 			Kirill -= 2
 			Churchbad += 1
 			Churchbadtime = daystart + rand(1,7)
@@ -114,7 +114,7 @@ if $ARGS[0] = 'confession':
 		end
 		act 'Apologize for your behavior':
 			*clr & cla
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/confession.jpg"></center>'
 			'You immediately regret your behavior and apologize to the priest.'
@@ -130,7 +130,7 @@ if $ARGS[0] = 'confession':
 		act 'Wanting to have sex with a girl':
 			*clr & cla
 			confK += 1
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			Kirill_Crpt += 1
 			minut += 5
@@ -157,7 +157,7 @@ if $ARGS[0] = 'confession':
 		act 'Tell him about having lesbian sex':
 			*clr & cla
 			confK += 1
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			Kirill_Crpt += 1
 			minut += 5
@@ -186,7 +186,7 @@ if $ARGS[0] = 'confession':
 		act 'Tell him about giving handjobs':
 			*clr & cla
 			confK += 1
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			Kirill_Crpt += 1
 			minut += 5
@@ -200,9 +200,9 @@ if $ARGS[0] = 'confession':
 			elseif confK >= 5:
 				'"Thank you for taking the time to speak with me Father." you say as he leads you to a quiet corner, "I admit I really don''t think I have anything to confess, but I felt like I should come see you."'
 				'"I always have time for God''s children." he replies, "Perhaps God wants you to speak to me."'
-				if moral <= 25: '"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
-				if moral >25 and moral <= 75: 'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follw the priest.'
-				if moral > 75: '"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
+				if church_moral <= 25: '"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
+				if church_moral >25 and church_moral <= 75: 'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follw the priest.'
+				if church_moral > 75: '"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
 				if godslut = 1: '"I''m sure he did, Father." you gush, "His love is like a guiding light and He often turns my thoughts to you."'
 			end
 			'"Hmm. Anyway, my child, is there anything you wanted to share with me? Something that makes you feel better?" he inquires as you <<$confstring>>.'
@@ -250,7 +250,7 @@ if $ARGS[0] = 'confession':
 		act 'Tell him about giving blowjobs':
 			*clr & cla
 			confK += 1
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			Kirill_Crpt += 1
 			minut += 5
@@ -264,9 +264,9 @@ if $ARGS[0] = 'confession':
 			elseif confK >= 5:
 				'"Thank you for taking the time to speak with me Father." you say as he leads you to a quiet corner, "I admit I really don''t think I have anything to confess, but I felt like I should come see you."'
 				'"I always have time for God''s children." he replies, "Perhaps God wants you to speak to me."'
-				if moral <= 25: '"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
-				if moral >25 and moral <= 75: 'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follow the priest.'
-				if moral > 75: '"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
+				if church_moral <= 25: '"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
+				if church_moral >25 and church_moral <= 75: 'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follow the priest.'
+				if church_moral > 75: '"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
 				if godslut = 1: '"I''m sure he did, Father." you gush, "His love is like a guiding light and He often turns my thoughts to you."'
 			end
 			'"Hmm. Anyway, my child, is there anything you wanted to share with me? Something that makes you feel better?" he inquires as you <<$confstring>>.'
@@ -314,7 +314,7 @@ if $ARGS[0] = 'confession':
 		act 'Tell him about having anal sex':
 			*clr & cla
 			confK += 1
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			Kirill_Crpt += 1
 			minut += 5
@@ -328,9 +328,9 @@ if $ARGS[0] = 'confession':
 			elseif confK >= 5:
 				'"Thank you for taking the time to speak with me Father." you say as he leads you to a quiet corner, "I admit I really don''t think I have anything to confess, but I felt like I should come see you."'
 				'"I always have time for God''s children." he replies, "Perhaps God wants you to speak to me."'
-				if moral <= 25: '"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
-				if moral >25 and moral <= 75: 'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follw the priest.'
-				if moral > 75: '"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
+				if church_moral <= 25: '"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
+				if church_moral >25 and church_moral <= 75: 'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follw the priest.'
+				if church_moral > 75: '"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
 				if godslut = 1: '"I''m sure he did, Father." you gush, "His love is like a guiding light and He often turns my thoughts to you."'
 			end
 			'"Hmm. Anyway, my child, is there anything you wanted to share with me? Something that makes you feel better?" he inquires as you <<$confstring>>.'
@@ -378,7 +378,7 @@ if $ARGS[0] = 'confession':
 		act 'Tell him about having sex':
 			*clr & cla
 			confK += 1
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			Kirill_Crpt += 1
 			minut += 5
@@ -392,9 +392,9 @@ if $ARGS[0] = 'confession':
 			elseif confK >= 5:
 				'"Thank you for taking the time to speak with me Father." you say as he leads you to a quiet corner, "I admit I really don''t think I have anything to confess, but I felt like I should come see you."'
 				'"I always have time for God''s children." he replies, "Perhaps God wants you to speak to me."'
-				if moral <= 25: '"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
-				if moral >25 and moral <= 75: 'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follow the priest.'
-				if moral > 75: '"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
+				if church_moral <= 25: '"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
+				if church_moral >25 and church_moral <= 75: 'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follow the priest.'
+				if church_moral > 75: '"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
 				if godslut = 1: '"I''m sure he did, Father." you gush, "His love is like a guiding light and He often turns my thoughts to you."'
 			end
 			'"Hmm. Anyway, my child, is there anything you wanted to share with me? Something that makes you feel better?" he inquires as you <<$confstring>>.'
@@ -442,7 +442,7 @@ if $ARGS[0] = 'confession':
 		act 'Tell him about the sex you''ve had':
 			*clr & cla
 			confK += 1
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			Kirill_Crpt += 1
 			minut += 5
@@ -456,9 +456,9 @@ if $ARGS[0] = 'confession':
 			elseif confK >= 5:
 				'"Thank you for taking the time to speak with me Father." you say as he leads you to a quiet corner, "I admit I really don''t think I have anything to confess, but I felt like I should come see you."'
 				'"I always have time for God''s children." he replies, "Perhaps God wants you to speak to me."'
-				if moral <= 25: '"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
-				if moral >25 and moral <= 75: 'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follow the priest.'
-				if moral > 75: '"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
+				if church_moral <= 25: '"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
+				if church_moral >25 and church_moral <= 75: 'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follow the priest.'
+				if church_moral > 75: '"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
 				if godslut = 1: '"I''m sure he did, Father." you gush, "His love is like a guiding light and He often turns my thoughts to you."'
 			end
 			'"Hmm. Anyway, my child, is there anything you wanted to share with me? Something that makes you feel better?" he inquires as you <<$confstring>>.'
@@ -482,7 +482,7 @@ if $ARGS[0] = 'confession':
 		act 'Tell him that you have masturbated':
 			*clr & cla
 			confK += 1
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			Kirill_Crpt += 1
 			minut += 5
@@ -496,9 +496,9 @@ if $ARGS[0] = 'confession':
 			elseif confK >= 5:
 				'"Thank you for taking the time to speak with me Father." you say as he leads you to a quiet corner, "I admit I really don''t think I have anything to confess, but I felt like I should come see you."'
 				'"I always have time for God''s children." he replies, "Perhaps God wants you to speak to me."'
-				if moral <= 25: '"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
-				if moral >25 and moral <= 75: 'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follow the priest.'
-				if moral > 75: '"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
+				if church_moral <= 25: '"I doubt God is very interested in a schoolgirl in a nowhere town like this one." you quip, "At least He didn''t leave me any notes under my pillow."'
+				if church_moral >25 and church_moral <= 75: 'I don''t know, it''s not like I had a dream or something telling me to come." you say thoughtfully as you follow the priest.'
+				if church_moral > 75: '"You may be right Father." you reply happily, "I know God will speak to all of us if we are willing to listen."'
 				if godslut = 1: '"I''m sure he did, Father." you gush, "His love is like a guiding light and He often turns my thoughts to you."'
 			end
 			'"Hmm. Anyway, my child, is there anything you wanted to share with me? Something that makes you feel better?" he inquires as you <<$confstring>>.'
@@ -545,7 +545,7 @@ if $ARGS[0] = 'confession':
 	act 'Complain about mother':
 		*clr & cla
 		confK += 1
-		moral += 1
+		church_moral += 1
 		Kirill += 1
 		KnoKirillName = 1
 		minut += 5
@@ -615,7 +615,7 @@ if $ARGS[0] = 'secrets':
 		act 'Tell him about having sex with your sister':
 			*clr & cla
 			confK += 1
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			Kirill_Crpt += 1
 			minut += 5
@@ -643,7 +643,7 @@ if $ARGS[0] = 'secrets':
 		act 'Watching porn with your brother''s friends':
 			*clr & cla
 			confK += 1
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			Kirill_Crpt += 1
 			minut += 5
@@ -712,7 +712,7 @@ if $ARGS[0] = 'secrets':
 						'"And what about your brother?" Father Kirill asks, "Where was he when all this was happening? You said you had been playing football together when this all started, no?"'
 						act 'Lie about your brother': 
 							*clr & cla
-							moral -= 1
+							church_moral -= 1
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/confession.jpg"></center>'
 							'"He, umm, wasn''t there." you lie, "He thought it was too weird to watch porn with his sister there so he left."'
 							act 'Finish':
@@ -775,7 +775,7 @@ if $ARGS[0] = 'secrets':
 		act 'Tell him about having sex with your brother':
 			*clr & cla
 			confK += 1
-			moral += 1
+			church_moral += 1
 			Kirill += 1
 			Kirill_Crpt += 2
 			minut += 5

+ 3 - 0
locations/saveupdater.qsrc

@@ -606,5 +606,8 @@ if pee > 0: stat['pee'] += pee & killvar 'pee'
 if natpee > stat['pee_give']: stat['pee_give'] += natpee
 if mistpiss > stat['pee_give'] - natpee: stat['pee_give'] += mistpiss
 
+!!0.7.4 pavChurch variable rename
+if moral > 0: church_moral = moral & killvar 'moral'
+
 --- saveupdater ---------------------------------