소스 검색

[fixed] Missing colon spotted by Chimrod

Kevin_Smarts 4 일 전
부모
커밋
fa1b3dd4d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      locations/selfplay.qsrc

+ 1 - 1
locations/selfplay.qsrc

@@ -461,7 +461,7 @@ end
 !!TODO: For finding something to play with while alone in the kitchen. Stop immediately when mom comes home. Call pick_veg from the kithen
 if $ARGS[0] = 'veggie_mast':
 	gs 'family_schedule'
-	if locat['Mom_athome'] = 0
+	if locat['Mom_athome'] = 0:
 		act 'Look for something to play with':
 		
 			'<center><img <<$set_imgh>> src="images/system/image_needed.png"></center>'