2 Commits b65e5c49d3 ... eba648eb92

Autore SHA1 Messaggio Data
  KevinSmarts eba648eb92 Merge remote-tracking branch 'spectre1viper/master' 5 anni fa
  KevinSmarts be02da104b [changed] Remove death from riding at night and changed it to a prevent you from going out message 5 anni fa
1 ha cambiato i file con 1 aggiunte e 8 eliminazioni
  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