Browse Source

Small change to allow Sveta work at the prison repeatedly, once a week.

netuttki 3 tháng trước cách đây
mục cha
commit
b14b12ac00
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      locations/mod_wlife_volya.qsrc

+ 1 - 1
locations/mod_wlife_volya.qsrc

@@ -647,7 +647,7 @@ end
 if $ARGS[0] = 'shift_start_actions':
 	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'
-	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
 
 if $ARGS[0] = 'shift_ignore':