Browse Source

[fixed] couldn't pass out after midnight

hornguy6 1 year ago
parent
commit
0eefea21a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/booty_call_reactions.qsrc

+ 1 - 1
locations/booty_call_reactions.qsrc

@@ -8,7 +8,7 @@ if $ARGS[0] = 'cum_react':
 			gs'booty_call_reactions', 'react_menu'
 		end
 	end
-	if (booty_call['orgasm_count'] >= 5 or pcs_sleep < 20) and hour >= 20:
+	if (booty_call['orgasm_count'] >= 5 or pcs_sleep < 20) and (hour >= 20 or hour < 5:
 		act'Collapse':gt'booty_call_after', 'black_out'
 	end
 end