|
@@ -354,7 +354,7 @@ if $ARGS[0] = 'weed':
|
|
|
'After 40 minutes, you see the town of Pavlovsk approaching. Pavlovsk Castle is an impressive sight, even from a long distance. The train stops at its final destination, a platform in Pavlovsk station.'
|
|
|
act 'Get off the train':
|
|
|
if rand(1, 100) <= 5: gt 'train_incidental', 'end'
|
|
|
- gt 'pavtrainhall', 'platform'
|
|
|
+ gt $loc, $metka
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -394,7 +394,7 @@ if $ARGS[0] = 'weed':
|
|
|
'After 40 minutes, you see the town of Pavlovsk approaching. Pavlovsk Castle is an impressive sight, even from a long distance. The train stops at its final destination, a platform in Pavlovsk station.'
|
|
|
act 'Get off the train':
|
|
|
if rand(1, 100) <= 5: gt 'train_incidental', 'end'
|
|
|
- gt 'pavtrainhall', 'platform'
|
|
|
+ gt $loc, $metka
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -453,7 +453,7 @@ if $ARGS[0] = 'weed':
|
|
|
'After 40 minutes, you see the town of Pavlovsk approaching. Pavlovsk Castle is an impressive sight, even from a long distance. The train stops at its final destination, a platform in Pavlovsk station.'
|
|
|
act 'Get off the train':
|
|
|
if rand(1, 100) <= 5: gt 'train_incidental', 'end'
|
|
|
- gt 'pavtrainhall', 'platform'
|
|
|
+ gt $loc, $metka
|
|
|
end
|
|
|
end
|
|
|
end
|