Browse Source

[fixes] Wrong location name.

VioletKitten 4 năm trước cách đây
mục cha
commit
cd97576935
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'