Browse Source

[edit] I changed the name of the action to leave the changing room to fit Sveta's state of undress.

CroWke 5 years ago
parent
commit
c61b47ace4
1 changed files with 5 additions and 1 deletions
  1. 5 1
      locations/NewCloShop.qsrc

+ 5 - 1
locations/NewCloShop.qsrc

@@ -120,7 +120,11 @@ if $ARGS[0] = 'changingroom':
 			act 'Get dressed and go back to the store': gt 'NewCloShop', 'changingend'
 		end
 	end
-	act 'Get dressed and go back to the store': gt 'NewCloShop', 'changingend'
+	if $clothingworntype = 'nude':
+		act 'Get dressed and go back to the store': gt 'NewCloShop', 'changingend'
+	else
+		act 'Go back to the store': gt 'NewCloShop', 'changingend'
+	end
 end
 
 if $ARGS[0] = 'dressingclothes':