1
0
Răsfoiți Sursa

Merge branch 'master' of https://git.tfgames.site/Kevin_Smarts/glife

hornguy6 5 luni în urmă
părinte
comite
2d2cfa151c
1 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  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