|
@@ -545,7 +545,6 @@ if $ARGS[0] = 'abdEscapeWindow3':
|
|
|
'On your left, you can see the dust and pollution of what could be a large city.'
|
|
|
'You can''t see anything to your right, but something is pulling you that way...'
|
|
|
'You decide to...'
|
|
|
- nroad = 12
|
|
|
minut += 180
|
|
|
if pcs_hydra >= 100:
|
|
|
pcs_hydra -= 25
|
|
@@ -564,10 +563,10 @@ if $ARGS[0] = 'abdEscapeWindow3':
|
|
|
mc_inventory['razor'] = stanok_bak
|
|
|
mc_inventory['deodorant'] = deodorant_bak
|
|
|
|
|
|
- act 'Turn and run the opposite direction':gt 'road'
|
|
|
- act 'Run left':gt 'city_industrial'
|
|
|
- act 'Run right':gt 'pav_commercial'
|
|
|
- act 'Run forward':gt 'city_lake', 'start'
|
|
|
+ act 'Turn and run the opposite direction': nroad = 12 & gt 'road'
|
|
|
+ act 'Run left': gt 'city_industrial'
|
|
|
+ act 'Run right': gt 'pav_commercial'
|
|
|
+ act 'Run forward': gt 'city_lake', 'start'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'abdFood':
|