1
0
Selaa lähdekoodia

[added] Blackmailer will contact Sveta more often (once every 1 to 2 weeks) and the payments will slowly (very slowly) ramp up

anjuna krokus 3 viikkoa sitten
vanhempi
säilyke
24a3ec8e82
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      locations/blackmailer.qsrc

+ 2 - 2
locations/blackmailer.qsrc

@@ -94,7 +94,7 @@ if $ARGS[0] = 'cikl':
 
 	!Currently repeating content
 	elseif blackmailQW['stage'] = 5 and blackmailQW['smsday'] = 0:
-		blackmailQW['smsday'] = daystart + rand(0, 13) + 6
+		blackmailQW['smsday'] = daystart + rand(0, 7) + 6
 		gs 'telefon', 'SetSMSSchedule', 'Blackmailer', "", "0", "gs 'blackmailer', 'Add_SMS_repeat'", "daystart > blackmailQW['smsday'] and (hour >= 14 and hour <= 19 and rand(0, 100) = 0 or hour = 19 and minut >= 22 or hour = 20)"
 	end
 end
@@ -391,7 +391,7 @@ end
 if $ARGS[0] = 'Add_SMS_repeat':
 	gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
 	blackmailQW['smsday'] = daystart + 2
-	blackmailQW['next_payment'] = rand(50, 100) * 10
+	blackmailQW['next_payment'] = (rand(50, 100) + blackmailQW['total_payment'] / 100) * 10
 
 	$SMSTree['0'] = '"You know what we want"'