소스 검색

[fixed] open the events

rachels 2 년 전
부모
커밋
65c402db30
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      locations/booty_call.qsrc

+ 2 - 0
locations/booty_call.qsrc

@@ -24,6 +24,8 @@ if $ARGS[0] = 'SMS raiser':
 			gs 'booty_call_sms', 'start',$FuckBuddy[i]
 			gs 'booty_call_sms', 'Add SMS', $FuckBuddy[i]
 			booty_call_time[$FuckBuddy[i]] = 2000
+			!! this is a bit superfluous, but it makes the code run fater.
+			booty_call['A0'] = daystart
 		end
 		i += 1
 		jump 'booty_call_sms_raiser_loop'