1
0

2 Коммиты b65e5c49d3 ... eba648eb92

Автор SHA1 Сообщение Дата
  KevinSmarts eba648eb92 Merge remote-tracking branch 'spectre1viper/master' 5 лет назад
  KevinSmarts be02da104b [changed] Remove death from riding at night and changed it to a prevent you from going out message 5 лет назад
1 измененных файлов с 1 добавлено и 8 удалено
  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