浏览代码

[fixed] missing `end` in `city_musicstore`

LinaHirata 8 月之前
父节点
当前提交
7c5747e714
共有 1 个文件被更改,包括 3 次插入2 次删除
  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