Browse Source

[Added] the missing links to the churches, where you get your tattoos

Alaratt 2 years ago
parent
commit
3fda85021c
4 changed files with 6 additions and 5 deletions
  1. 2 0
      locations/city_center.qsrc
  2. 1 1
      locations/city_church.qsrc
  3. 1 2
      locations/gad_church.qsrc
  4. 2 2
      locations/gadukino.qsrc

+ 2 - 0
locations/city_center.qsrc

@@ -153,6 +153,8 @@ else
 end
 'The neon green sign of a <<$desc_txt1>> catches your eye. It''s open 8-10 selling magazines and cigarettes for cheap.'
 *nl
+'<a href="exec: minut += 5 & gt ''city_church'', ''start''">Kazan Cathedral</a>, also known as the Cathedral of Our Lady of Kazan, sits at the very center of the city.'
+*nl
 if hour = 8 and minut >= 30:
 	$desc_txt1 = '<a href="exec: minut += 5 & gt ''torgcentr''">The Galeria mall</a>'
 	$desc_txt2 = '<a href="exec:msg ''The Havana Fitness Center is closed and will reopen at 9:00''">Havana Fitness Center</a>'

+ 1 - 1
locations/city_church.qsrc

@@ -29,7 +29,7 @@ if $ARGS[0] = 'start':
 	'You can attend confession every weekday between 07:00 and 09:00 or 16:00 and 18:00, and on the weekend between 16:00 and 18:00.'
 	'Vigil is held on Saturdays at 19:00.'
 	'The Divine Liturgy is on Sundays between 09:00 and 12:00.'
-	act 'Go to the residential area':minut += 5 & gt 'city_residential'
+	act 'Return to the city':minut += 5 & gt 'city_residential'
 	if week = 6 and hour >=19 and hour <= 22 and churchday ! daystart:
 		act 'Attend vigil': gt 'city_church', 'vigil'
 	elseif week = 7 and hour >= 9 and hour < 12 and churchday ! daystart:

+ 1 - 2
locations/gad_church.qsrc

@@ -29,8 +29,7 @@ if $ARGS[0] = 'start':
 	!!'You can attend confession every weekday between 07:00 and 09:00 or 16:00 and 18:00, and on the weekend between 16:00 and 18:00.'
 	'Vigil is held on Saturdays at 19:00.'
 	'The Divine Liturgy is on Sundays between 09:00 and 12:00.'
-!!this act needs to go to gad village not sure where in the village works best so left it as is.
-	act 'Go to the residential area':minut += 3 & gt 'gadukino'
+	act 'Go to the village square': minut += 3 & gt 'gadukino'
 	if week = 6 and hour >=19 and hour <= 22 and churchday ! daystart:
 		act 'Attend vigil': gt 'gad_church', 'vigil'
 	elseif week = 7 and hour >= 9 and hour < 12 and churchday ! daystart:

+ 2 - 2
locations/gadukino.qsrc

@@ -121,12 +121,12 @@ if $ARGS[0] = '':
 
 		!Looks like no reference to Gadmarket exists. Adding it...FinnMacha
 		*nl
+		'In the center of the village is a small grass covered square where villagers gather to meet and discuss or argue politics or village life.'
+		'Near the square sits the old <a href="exec: minut += 3 & gt ''gad_church'',''start''">chapel</a>, it is not in the best shape, but it appears to be well loved.'
 		if hour >= 8 and hour < 20:
-			'In the center of the village is a small grass covered square where villagers gather to meet and discuss or argue politics or village life.'
 			'One of the buildings facing the square has a sign saying <a href="exec: minut += 5 & gt ''gadmarket''">General Store</a>. A sign in the door proclaims it "OPEN". It looks like the only place in the village to buy goods.'
 			act 'Go to the general store': minut += 5 & gt 'gadmarket'
 		else
-			'In the center of the village is a small grass covered square where villagers gather to meet and discuss or argue politics or village life.'
 			'One of the building facing the square has a sign saying General Store. A sign in the door proclaims it "CLOSED". It looks like the only place in the village to buy goods.'
 		end