1
0
Selaa lähdekoodia

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

netuttki 3 kuukautta sitten
vanhempi
sitoutus
b14b12ac00
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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':