Browse Source

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

bgkjdgbizgblzdgbr 3 years ago
parent
commit
b93f46c084
1 changed files with 1 additions and 1 deletions
  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.'