rachels 1 year ago
parent
commit
91fc51c618
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/booty_call.qsrc

+ 2 - 2
locations/booty_call.qsrc

@@ -4,11 +4,11 @@ if $ARGS[0] = 'draw':
 	! this routine should invoke a the booty call sms from random friend in $lover list
 	! but I cannnot randomize the time because the probability is 100 % now
 	! I suppose that the routine will be modified later to take in account the lovers preferences
-	if booty_call['A0'] ! daystart:
+	if booty_call['A0'] ! daystart :
 		$lover_drawn = $lover[rand(0,arrsize('$lover')-1)]
 		gs 'booty_call_sms', 'start',$lover_drawn
 		gs 'booty_call_sms', 'Add SMS', $lover_drawn
-		booty_call['A0'] = daystart:
+		booty_call['A0'] = daystart
 	end
 end