|
@@ -647,7 +647,7 @@ end
|
|
if $ARGS[0] = 'shift_start_actions':
|
|
if $ARGS[0] = 'shift_start_actions':
|
|
act 'Ignore him': wl_volya['ignore'] = 0 & gt 'mod_wlife_volya', 'shift_ignore'
|
|
act 'Ignore him': wl_volya['ignore'] = 0 & gt 'mod_wlife_volya', 'shift_ignore'
|
|
act 'Talk to him': wl_volya['ignore'] = 1 & gt 'mod_wlife_volya', 'shift_talk'
|
|
act 'Talk to him': wl_volya['ignore'] = 1 & gt 'mod_wlife_volya', 'shift_talk'
|
|
- if wl_prison['shift'] = 0 and wl_prison['status'] = 1: act 'Ask him to drive you to the prison': gt 'mod_wlife_prison', 'start'
|
|
|
|
|
|
+ if wl_prison['shift'] = 0 and wl_prison['status'] > 1: act 'Ask him to drive you to the prison': gt 'mod_wlife_prison', 'start'
|
|
end
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'shift_ignore':
|
|
if $ARGS[0] = 'shift_ignore':
|