소스 검색

[fixes] Wrong location name.

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

+ 1 - 1
locations/salon.qsrc

@@ -2,7 +2,7 @@
 $location_type = 'public_indoors'
 
 if $ARGS[0] = 'start':
-	if momloc = 15 and momloc[11] ! daystart: gt 'mom'
+	if momloc = 15 and momloc[11] ! daystart: gt 'salon', 'mom'
 	$sexloc = $CURLOC
 	if week = 1 and hour >= 9 and hour <= 10 and worksalon = 1:gt 'salon', 'beginwork'
 	if week = 3 and hour >= 9 and hour <= 10 and worksalon = 1:gt 'salon', 'beginwork'