Jelajahi Sumber

[fixed] missing `end` in `city_musicstore`

LinaHirata 5 bulan lalu
induk
melakukan
7c5747e714
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      locations/city_musicstore.qsrc

+ 3 - 2
locations/city_musicstore.qsrc

@@ -51,8 +51,9 @@ if $ARGS[0] = 'musicshop':
 					end
 				end
 				act 'Leave': 
-				if ml_boughtguitar > 0 or ml_boughtamp > 0:
-					gt 'city_musicstore', 'payandtakestuff'
+					if ml_boughtguitar > 0 or ml_boughtamp > 0:
+						gt 'city_musicstore', 'payandtakestuff'
+					end
 				end
 				gt 'torgcentr'
 			end