Browse Source

[fixed] wrong images for pets

julzor 4 years ago
parent
commit
15bf0cf8f0
3 changed files with 12 additions and 17 deletions
  1. 3 4
      locations/krol.qsrc
  2. 6 10
      locations/popu.qsrc
  3. 3 3
      locations/zoomagazine.qsrc

+ 3 - 4
locations/krol.qsrc

@@ -1,12 +1,11 @@
 # krol
+
 if $ARGS[0] = 'start':
-	cla
-	clr
-	*clr
+	*clr & cla
 	minut += 5
 	gs 'stat'
 	gs 'themes', 'indoors'
-	'<center><img <<$set_imgh>> src="images/beast/zoo/1791_640.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pets/1791_640.jpg"></center>'
 	'<center><<$namekrol>> rests.</center>'
 
 	act 'Leave':dynamic $brodila

+ 6 - 10
locations/popu.qsrc

@@ -3,18 +3,16 @@
 menu_off = 1
 
 if $ARGS[0] = 'start':
-	cla
-	*clr
-	clr
+	*clr & cla
 	minut += 5
 	gs 'stat'
 	gs 'themes', 'indoors'
-	'<center><img <<$set_imgh>> src="images/beast/zoo/parrot2.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pets/parrot2.jpg"></center>'
 	'<center><<$namepopu>> sitting in his cell.</center>'
 
 	act 'Leave':dynamic $brodila
 
-	act 'Release window':
+	act 'Open a window and release your parrot':
 		popugai = 0
 		minut += 10
 		dynamic $brodila
@@ -22,18 +20,16 @@ if $ARGS[0] = 'start':
 end
 
 if $ARGS[0] = 'start2':
-	cla
-	*clr
-	clr
+	*clr & cla
 	minut += 5
 	gs 'stat'
 	gs 'themes', 'indoors'
-	'<center><img <<$set_imgh>> src="images/beast/zoo/parrot2.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pets/parrot2.jpg"></center>'
 	'<center><<$namepopu2>> sitting in his cell.</center>'
 
 	act 'Leave':gt $loc, $metka
 
-	act 'Release window':
+	act 'Open a window and release your parrot':
 		if daystart - parbuydate > 30:
 			'You have become too attached to <<$namepopu2>>. You can''t bring yourself to release him'
 		else

+ 3 - 3
locations/zoomagazine.qsrc

@@ -114,7 +114,7 @@ if $ARGS[0] = 'start':
 				minut += 10
 				krolik += 1
 				money -= 2000
-				'<center><img <<$set_imgh>> src="images/beast/zoo/x_2b1d398b.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pets/x_2b1d398b.jpg"></center>'
 				'<center><b>You bought a rabbit.</b></center>'
 				$namekrol = input ("I call rabbit ...")
 				if $namekrol = '':$namekrol = 'Bugs'
@@ -133,7 +133,7 @@ if $ARGS[0] = 'start':
 				minut += 10
 				popugai += 1
 				money -= 3000
-				'<center><img <<$set_imgh>> src="images/beast/zoo/parrot1.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pets/parrot1.jpg"></center>'
 				'<center><b>You bought a parrot.</b></center>'
 				$namepopu = input ("I call parrot ...")
 				if $namepopu = '':$namepopu = 'Polly'
@@ -153,7 +153,7 @@ if $ARGS[0] = 'start':
 			sispopconf = 0
 			parbuydate = daystart
 			money -= 3000
-			'<center><img <<$set_imgh>> src="images/beast/zoo/parrot1.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pets/parrot1.jpg"></center>'
 			'<center><b>You bought a parrot.</b></center>'
 			$namepopu2 = input ("I call parrot ...")
 			if $namepopu2 = '':$namepopu2 = 'Polly'