Browse Source

[fixed] An event that let you leave the city lake with out changing into normal clothes, and therefore let you walk around in the general public in a swimsuit.

bgkjdgbizgblzdgbr 3 years ago
parent
commit
b96a1fd259
1 changed files with 8 additions and 1 deletions
  1. 8 1
      locations/Katlake.qsrc

+ 8 - 1
locations/Katlake.qsrc

@@ -140,9 +140,16 @@ if $ARGS[0] = 'key':
 	act 'Go with Kat':
 		if $clothingworntype = 'nude':
 			gs 'clothing', 'wear_last_worn'
+			if PCloswimwear = 1:
+				gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
+				gs 'underwear', 'wear'
+				gt 'kathouse0'
+			end
+		else
+			gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
 			gs 'underwear', 'wear'
+			gt 'kathouse0'
 		end
-		gt 'kathouse0'
 	end
 end