1
0

2 Angajamente b65e5c49d3 ... eba648eb92

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  KevinSmarts eba648eb92 Merge remote-tracking branch 'spectre1viper/master' 5 ani în urmă
  KevinSmarts be02da104b [changed] Remove death from riding at night and changed it to a prevent you from going out message 5 ani în urmă
1 a modificat fișierele cu 1 adăugiri și 8 ștergeri
  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