Browse Source

[fixed] made it more clear in which park you go on a date in parksvid and fixed the return action

julzor 5 years ago
parent
commit
77fe830b02
1 changed files with 7 additions and 2 deletions
  1. 7 2
      locations/parksvid.qsrc

+ 7 - 2
locations/parksvid.qsrc

@@ -7,7 +7,8 @@ pcs_mood += 10
 gs 'stat'
 '<center><b>Park</b></center>'
 '<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/park//0.jpg"></center>'
-'You go to the park with <<$telsob>>.'
+'You go to the park '+iif($home_town = 'pavlovsk', 'in pavlovsk', 'in Sankt Petersburg')+' with <<$telsob>>.'
+
 
 act 'Go for a walk':
 	if $telsob = 'Alla':
@@ -137,7 +138,11 @@ if $ARGS[0] = '2':
 	gs 'stat'
 	'After you finish your walk, <<$telsob>> says she needs to go, she gives you a kiss on the cheek and leaves.'
 
-	act 'Leave':gt 'park', 'start'
+	if $home_town = 'pavlovsk':
+		act 'Kiss her and say goodbye': gt 'gskver', 'start'
+	else
+		act 'Kiss her and say goodbye': gt 'park', 'start'
+	end
 end
 
 if $ARGS[0] = '3':