Browse Source

[changed] Remove death from riding at night and changed it to a prevent you from going out message

KevinSmarts 5 years ago
parent
commit
be02da104b
1 changed files with 1 additions and 8 deletions
  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