ソースを参照

[fixed] Made it impossible to leave the city lake using your car without getting dressed first.

bgkjdgbizgblzdgbr 3 年 前
コミット
1bd9b17304
1 ファイル変更5 行追加1 行削除
  1. 5 1
      locations/city_lake.qsrc

+ 5 - 1
locations/city_lake.qsrc

@@ -42,7 +42,11 @@ if $ARGS[0] = 'start':
 
 	if car > 0 and cardrive = 4:
 		cardrive = 4
-		'At the lake stands <a href="exec:GS ''carF'', ''start''">your <<$car>></a>.'
+		if $clothingworntype ! 'danilovich_swimsuit' and $clothingworntype ! 'scandalicious_swimsuit' and $clothingworntype ! 'scandalicious_bikinis' and $clothingworntype ! 'allure_swimsuit' and $clothingworntype ! 'allure_bikinis':
+			'At the lake stands <a href="exec:GS ''carF'', ''start''">your <<$car>></a>.'
+		else
+			'At the lake stands your <<$car>>, you should get properly dressed if you want to drive away.'
+		end
 	end
 
 	if func('changingroom','count_swim_item') > 0: