|
@@ -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
|