Parcourir la source

Merge remote-tracking branch 'Awesome/master'

Kevin_Smarts il y a 7 mois
Parent
commit
6ff0f5e9b9
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      locations/shop.qsrc

+ 3 - 3
locations/shop.qsrc

@@ -258,7 +258,7 @@ if $shoplocation = 'grocery':
 	act 'Leave the grocery department': $backimage = '' & gt 'shop', 'start'
 	act 'Go to the pet aisle': $backimage = '' & gt 'shop', 'dog_items'
 
-	if $loc = 'torgcentr': gs 'shoplifting', 'city'
+	if $loc = 'torgcentr':$backimage = '' & gs 'shoplifting', 'city'
 end
 
 if $ARGS[0] = 'dog_items':
@@ -407,8 +407,8 @@ if $shoplocation= 'cosmetics':
 	gs 'themes', 'indoors'
 
 	act 'Leave the cosmetics department': $backimage = '' & gt 'shop', 'start'
-	if $loc = 'torgcentr': gs 'shoplifting', 'city'
-	if $loc = 'pav_commercial': gs 'shoplifting', 'pav'
+	if $loc = 'torgcentr':$backimage = '' & gs 'shoplifting', 'city'
+	if $loc = 'pav_commercial':$backimage = '' & gs 'shoplifting', 'pav'
 end