|
@@ -113,7 +113,7 @@ if $ARGS[0] = 'communal_ind':
|
|
|
'After 10 minutes, the train stops at the St. Petersburg city industrial area station.'
|
|
|
act 'Get off the train':
|
|
|
if train_event = 0 and rand(1, 100) <= 5: gt 'train_incidental', 'end'
|
|
|
- gt 'city_industrial_train', 'platform'
|
|
|
+ gt 'city_industrial_train', 'inside'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -264,7 +264,7 @@ if $ARGS[0] = 'village_ind':
|
|
|
'After 20 minutes, the train stops at the St. Petersburg city industrial area station.'
|
|
|
act 'Get off the train':
|
|
|
if train_event = 0 and rand(1, 100) <= 5: gt 'train_incidental', 'end'
|
|
|
- gt 'city_industrial_train', 'platform'
|
|
|
+ gt 'city_industrial_train', 'inside'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -295,7 +295,7 @@ if $ARGS[0] = 'village_pavlovsk':
|
|
|
'After 15 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 train_event = 0 and rand(1, 100) <= 5: gt 'train_incidental', 'end'
|
|
|
- gt 'pav_train_hall', 'platform'
|
|
|
+ gt 'pav_train_hall'
|
|
|
end
|
|
|
end
|
|
|
|