Browse Source

[fixed] reverting change I made to park name in these files in error and use of *nl for new line.

KevinSmarts 4 years ago
parent
commit
80385237ec
2 changed files with 11 additions and 11 deletions
  1. 2 2
      locations/KatjaHomeTalk.qsrc
  2. 9 9
      locations/katja_sex.qsrc

+ 2 - 2
locations/KatjaHomeTalk.qsrc

@@ -143,7 +143,7 @@ if $ARGS[0] = '':
 	!					'- Well will continue our dispute, - asked you '
 	!					'- continue, - Katya readily agreed'
 	!
-	!					act 'Further': gt 'katja_sex','city_park'
+	!					act 'Further': gt 'katja_sex','park'
 	!				end
 	!			end
 				if flag_KissEV = 2:
@@ -165,7 +165,7 @@ if $ARGS[0] = '':
 						'"Oh yea?" Kate said with a bit of anger, "Let''s see then, let''s go to the Park and see who can kiss more boys."'
 						'"Good." You agree, let''s dispute. And what''s the bet.'
 						'"Fine, now let''s go kiss some boys." Kate said.'
-						act 'Further': gt 'katja_sex','city_park'
+						act 'Further': gt 'katja_sex','park'
 					end
 				elseif katjaPreg = 0 or knowKatjaPreg = 1:
 					if KatjaHorny < 50:'Katka talks about school lessons, cosmetics, the latest fashion trends and other very important things.'

+ 9 - 9
locations/katja_sex.qsrc

@@ -2,51 +2,51 @@
 
 !new from 1.2.3 fix2
 !from 1.2.3 [Katja_Parc_EV]
-if $ARGS[0] = 'city_park':
+if $ARGS[0] = 'park':
 	if month=3 or month=4 or month=5:
 		if hour>=6 and hour<=17:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.jpg"></center>'
 			'After months of winter, spring is finally here. Flowers begin to bloom and new leaves grow on the trees.'
 			'On the ground, there are puddles of melted snow. Most people walk around the puddles or jump over them, a few guys apparently think it makes them look tough, just walk straight through the puddles.'
 			'Couples stroll hand and hand along the many paths in the park.'
-			''
+			*nl
 		else
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.night.jpg"></center>'
 			'With the arrival of spring, people start visiting the park a lot more again. As the sun sets and the cold of the night settles in, it drives the people out of the park to warmer locations, leaving you to wander the park alone.'
-			''
+			*nl
 		end
 	end
 	if month=6 or month=7 or month=8:
 		if hour>=6 and hour<=19:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/skver.jpg"></center>'
 			'Many people come to the park during the day to rest, take walks, a place for couples to have romantic strolls, or a place for the kids to play.'
-			''
+			*nl
 		else
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.summer.night.jpg"></center>'
 			'At night the park is almost always empty, leaving you alone to enjoy the stillness of the park at night.'
-			''
+			*nl
 		end
 	end
 	if month=9 or month=10 or month=11:
 		if hour>=6 and hour<=18:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.jpg"></center>'
 			'With the coming of fall, the leaves turn red, orange or brown as they being to fall off the tree''s. Leaving a coating of fallen leaves on the ground. Many people still visit the park, to jog, go for walks, sit and rest, or just enjoy the beauty of fall and take pictures.'
-			''
+			*nl
 		else
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.night.jpg"></center>'
 			'As night falls and the air cools, most people seek out warmer locations, leaving you to enjoy the park with no interruptions.'
-			''
+			*nl
 		end
 	end
 	if month=1 or month=2 or month=12:
 		if hour>=7 and hour<=16:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.jpg"></center>'
 			'With snow covering the ground, the park has become the main play ground for the kids, they build snowmen, sled, or have snowball fights. Occasionally some of the adults join in as well, while others just enjoy the beauty of the winter wonderland that is the park.'
-			''
+			*nl
 		else
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.night.jpg"></center>'
 			'The bitter cold at night drives all but the most adventurous people indoors.'
-			''
+			*nl
 		end
 	end
 	!_________________Change the date\nights, seasons. End.___________________________