Forráskód Böngészése

[fixes] Wrong location name.

VioletKitten 4 éve
szülő
commit
cd97576935
1 módosított fájl, 1 hozzáadás és 1 törlés
  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'