Browse Source

[fixed] Missing $ARGS leading to blank screen

Kevin_Smarts 1 year ago
parent
commit
3cd4b083d3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/shop.qsrc

+ 2 - 2
locations/shop.qsrc

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