Browse Source

[changed] made the repeated dreams for the blackmail questline even less likely in response to feedback

anjuna krokus 2 months ago
parent
commit
cd6c28a132
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/blackmailer.qsrc

+ 2 - 2
locations/blackmailer.qsrc

@@ -86,10 +86,10 @@ if $ARGS[0] = 'blackmail_dreams':
 	elseif blackmailQW['stage'] = 2:
 		$sleep_events_priority[] = 'gt ''blackmailer'', ''photo_dream2'' '
 	else
-		temp_rand = rand(0, 1)
+		temp_rand = rand(-2, 1)
 		if temp_rand >= 1 and blackmailQW['stage'] >= 2:
 			$sleep_events[] = 'gt ''blackmailer'', ''photo_dream2'' '
-		else
+		elseif temp_rand = 0:
 			$sleep_events[] = 'gs ''blackmailer'', ''photo_dream1'' '
 		end
 	end