1
0
Преглед на файлове

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

anjuna krokus преди 7 месеца
родител
ревизия
cd6c28a132
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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