Browse Source

[fixes] removed the duplicate description if sunweather is 0

julzor 6 years ago
parent
commit
81d0e47fbe
1 changed files with 6 additions and 3 deletions
  1. 6 3
      locations/bicycle.qsrc

+ 6 - 3
locations/bicycle.qsrc

@@ -11,9 +11,12 @@ if $ARGS[0] = 'sarai':
 	!gs'time'
 
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/village/findvel.jpg"></center>'
-	'You notice an old bike. But it looks like being in a good condition, you can probably ride it without any trouble.'
-	if sunWeather = 0:'You notice an old bike. You would love to take a ride with it but you decide not to while it''s raining.'
-
+	if sunWeather = 0:
+		'You notice an old bike. You would love to take a ride with it but you decide not to while it''s raining.'
+	else
+		'You notice an old bike. It looks like it''s still in a good condition, you can probably ride it without any trouble.'
+	end
+		
 	if hour >= 6 and hour <= 20 and sunWeather = 1 and month >= 4 and month <= 10:
 		if findvelday ! daystart:
 			act 'Ride the bike (1:00)':