2 Commit-ok b65e5c49d3 ... eba648eb92

Szerző SHA1 Üzenet Dátum
  KevinSmarts eba648eb92 Merge remote-tracking branch 'spectre1viper/master' 5 éve
  KevinSmarts be02da104b [changed] Remove death from riding at night and changed it to a prevent you from going out message 5 éve
1 módosított fájl, 1 hozzáadás és 8 törlés
  1. 1 8
      locations/bicycle.qsrc

+ 1 - 8
locations/bicycle.qsrc

@@ -254,14 +254,7 @@ if $ARGS[0] = 'ridego':
 	if hour >= 6 and hour < 22:
 		act 'Further':gt $loc, $metka
 	else
-		'<B><font color=red>Are You sure? It''s still quite dark outside.</font></B>'
-		act '<font color=red>Yes, Let''s go!</font>':
-			if rand(1,10)>3:
-				over = 12 & gt'gameover'
-			else
-				gt $loc, $metka
-			end
-		end
+		'<B><font color=red>Its too dark outside togo for a ride.</font></B>'
 		act 'Put the bike away': gt $loc, $metka
 	end
 end