|
@@ -178,6 +178,30 @@ if $ARGS[0] = 'salon':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
+ if cardrive ! 1:
|
|
|
+ act 'Go to St. Petersburg''s residential area':
|
|
|
+ cla
|
|
|
+ minut += 90
|
|
|
+ benz -= 1
|
|
|
+ teh -= rand(3, 6)
|
|
|
+ cardrive = 1
|
|
|
+ 'You drive for more than an hour on the highway before you get to St. Petersburg''s residential area.'
|
|
|
+ dynamic $enddrive
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if cardrive ! 2:
|
|
|
+ act 'Go to St. Petersburg city center':
|
|
|
+ cla
|
|
|
+ minut += 80
|
|
|
+ benz -= 1
|
|
|
+ teh -= rand(3, 6)
|
|
|
+ cardrive = 2
|
|
|
+ 'You drive for more than an hour on the highway before you get to St. Petersburg city center.'
|
|
|
+ dynamic $enddrive
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
if cardrive ! 21:
|
|
|
act 'Go to the gas station':
|
|
|
cla
|