瀏覽代碼

[fixed] accidentally used `$ARGS[1]` instead of `$ARGS[0]` like an idiot

anjuna krokus 2 周之前
父節點
當前提交
2337521d3a
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      locations/post_office.qsrc

+ 3 - 3
locations/post_office.qsrc

@@ -1,6 +1,6 @@
 # post_office
 
-if $ARGS[1] = 'leave':
+if $ARGS[0] = 'leave':
 	if $region = 'city':
 		gt 'city_center'
 	else
@@ -161,7 +161,7 @@ if $ARGS[0] = 'start':
 	if $region = 'pav': act 'Go to the Postmaster''s office': gt 'post_master', 'start'
 end
 
-if $ARGS[1] = 'counter':
+if $ARGS[0] = 'counter':
 	*clr & cla
 	$menu_loc = 'post_office'
 	$menu_arg = 'counter'
@@ -372,7 +372,7 @@ end
 
 !! Not used for Pav, maybe use for city?
 !! Not used currently
-if $ARGS[1] = 'post_off':
+if $ARGS[0] = 'post_off':
 	*clr & cla
 	menu_off = 1
 	minut += 30