Explorar el Código

[fixed] Bug where you could not leave the city lake along the path to the railway station.

bgkjdgbizgblzdgbr hace 3 años
padre
commit
b93f46c084
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      locations/city_lake.qsrc

+ 1 - 1
locations/city_lake.qsrc

@@ -28,7 +28,7 @@ if $ARGS[0] = 'start':
 	'<center><img <<$set_imgh>> src="images/locations/city/residential/lake/lake2.jpg"></center>'
 
 	'A large lake close to the city, it is a favorite destination of residents in the summer.'
-	if $clothingworntype = 'danilovich_swimsuit' and $clothingworntype = 'scandalicious_swimsuit' and $clothingworntype = 'scandalicious_bikinis' and $clothingworntype = 'allure_swimsuit' and $clothingworntype = 'allure_bikinis':
+	if $clothingworntype ! 'danilovich_swimsuit' and $clothingworntype ! 'scandalicious_swimsuit' and $clothingworntype ! 'scandalicious_bikinis' and $clothingworntype ! 'allure_swimsuit' and $clothingworntype ! 'allure_bikinis':
 		'There is a winding <a href="exec:gt ''city_lake_path'',''start''">path</a> leading to the railway station in the city industrial region.'
 	else
 		'You can see the winding path to the railway station in the city industrial region, you should get properly dressed if you want to go there.'