瀏覽代碼

[fixed] Missing $ARGS leading to blank screen

Kevin_Smarts 1 年之前
父節點
當前提交
3cd4b083d3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      locations/shop.qsrc

+ 2 - 2
locations/shop.qsrc

@@ -180,7 +180,7 @@ if $shoplocation = 'ATM':
 				end
 
 				gs 'stat'
-				act 'Move away': gt 'shop'
+				act 'Move away': gt 'shop', 'start'
 			end
 		else
 			'<br>★ Processing deposit of <<atmDeposit>> <b>₽</b> in <<atmDepositDate - daystart>> days.'
@@ -207,7 +207,7 @@ if $shoplocation = 'ATM':
 				end
 
 				gs 'stat'
-				act 'Move away': gt 'shop'
+				act 'Move away': gt 'shop', 'start'
 			end
 		else
 			'You have maxed out your overdraft.'