|
@@ -45,7 +45,7 @@ if $ARGS[0] = 'start':
|
|
|
|
|
|
if money >= 16:
|
|
|
if $loc ! 'city_residential':
|
|
|
- act 'Go to the Residential Area (16 <b>₽</b>)':
|
|
|
+ act 'Go to the Residential Area (00:10 - 16 <b>₽</b>)':
|
|
|
$loc = 'city_residential'
|
|
|
$loc_arg = ''
|
|
|
money -= 16
|
|
@@ -55,7 +55,7 @@ if $ARGS[0] = 'start':
|
|
|
end
|
|
|
|
|
|
if $loc ! 'city_center':
|
|
|
- act 'Go to the City Center (16 <b>₽</b>)':
|
|
|
+ act 'Go to the City Center (00:10 - 16 <b>₽</b>)':
|
|
|
$loc = 'city_center'
|
|
|
$loc_arg = ''
|
|
|
money -= 16
|
|
@@ -65,7 +65,7 @@ if $ARGS[0] = 'start':
|
|
|
end
|
|
|
|
|
|
if $loc ! 'city_industrial':
|
|
|
- act 'Go to the City Industrial Region (16 <b>₽</b>)':
|
|
|
+ act 'Go to the City Industrial Region (00:10 - 16 <b>₽</b>)':
|
|
|
$loc = 'city_industrial'
|
|
|
$loc_arg = ''
|
|
|
money -= 16
|
|
@@ -75,7 +75,7 @@ if $ARGS[0] = 'start':
|
|
|
end
|
|
|
|
|
|
if $loc ! 'city_suburbs':
|
|
|
- act 'Go to the City Suburbs (16 <b>₽</b>)':
|
|
|
+ act 'Go to the City Suburbs (00:10 - 16 <b>₽</b>)':
|
|
|
$loc = 'city_suburbs'
|
|
|
$loc_arg = 'start'
|
|
|
money -= 16
|
|
@@ -85,7 +85,7 @@ if $ARGS[0] = 'start':
|
|
|
end
|
|
|
|
|
|
if $loc ! 'city_island':
|
|
|
- act 'Go to Vasilyevsky Island (16 <b>₽</b>)':
|
|
|
+ act 'Go to Vasilyevsky Island (00:10 - 16 <b>₽</b>)':
|
|
|
$loc = 'city_island'
|
|
|
$loc_arg = ''
|
|
|
money -= 16
|