Browse Source

[fixed] Missing comma

Kevin_Smarts 2 years ago
parent
commit
a42cd22fe4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/shop_fashionista.qsrc

+ 1 - 1
locations/shop_fashionista.qsrc

@@ -44,7 +44,7 @@ if $ARGS[0] = 'changingroom':
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/changingroom.jpg"</center>'
 	'As you walk through the store you notice that there''s nobody in the changing rooms. Feeling a bit bored, you go look at some clothes and grab several items to try on before heading into one of the changing rooms.'
 	*nl
-	gs 'shortgs' 'clothing_state'
+	gs 'shortgs', 'clothing_state'
 	
 	if $clothingworntype = 'nude':
 		act 'Try on dresses': gt 'shop_fashionista', 'dressingclothes'