소스 검색

Обновить 'locations/pav_parkev.qsrc'

Enable events in deep part of park, and fix misplacement on finish walk act
wingbrother2 1 년 전
부모
커밋
2ebd104c20
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      locations/pav_parkev.qsrc

+ 2 - 2
locations/pav_parkev.qsrc

@@ -338,7 +338,7 @@ if $ARGS[0] = 'go_for_walk2':
 		'You walk along one of the trails deep in the park, and there are few people around. You know the more secluded area of the park has a reputation for being dangerous. It is popular with couples seeking privacy, Gopnik, prostitutes plying their trade, and worse, criminals. The darkness from the night makes everything creepier. There are few light sources in this area. You occasionally hear the sounds of animals or even what seems like people''s voices. Still, the darkness makes it impossible to really see.'
 	end
 	
-	act 'Continue': gt 'pav_park', 'deeper_park'
+	act 'Continue your walk': gt 'pav_parkev', 'walk2'
 end
 
 if $ARGS[0] = 'walk2':
@@ -624,8 +624,8 @@ if $ARGS[0] = 'walk2':
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_night.jpg"></center>'
 			'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
 		end
-		act 'Finish your walk': gt 'pav_park', 'deeper_park'
 	end
+	act 'Finish your walk': gt 'pav_park', 'deeper_park'
 end
 
 if $ARGS[0] = 'old_man':