|
@@ -630,8 +630,11 @@ if $ARGS[0] = 'andrei_quick_fuck':
|
|
|
minut -= 10
|
|
|
|
|
|
act 'Further':
|
|
|
- if $loc = 'swamp_yard': gt 'swamp_yard'
|
|
|
- if $loc = 'swamp_woods': gt 'swamp_woods', 'shooting_practice', 'practice'
|
|
|
+ if $loc = 'swamp_woods':
|
|
|
+ gt 'swamp_woods', 'shooting_practice', 'practice'
|
|
|
+ else
|
|
|
+ if $loc = 'swamp_yard': gt 'swamp_yard'
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
end
|