소스 검색

[Fixed] forgotten `s` and moved $backimage after stat call

Awesome 1 개월 전
부모
커밋
eceaa63fca
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      locations/gad_market.qsrc

+ 4 - 3
locations/gad_market.qsrc

@@ -69,7 +69,7 @@ if $ARGS[0] = 'hunter_stand':
 		exit
 	end
 
-	'<center><img <<$set_imgh>> src="images/location/gadukino/market/hunter_stand.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/market/hunter_stand.jpg"></center>'
 	'A small stand selling dried meat'
 
 	if hunters_were_met = 1: act 'Talk to one of the hunters': gt 'gad_market', 'hunter_talk'
@@ -85,7 +85,6 @@ if $ARGS[0] = 'hunter_cart':
 	$args_s = 'hunter_cart'
 	gs 'stat'
 
-	$backimage='images/location/gadukino/market/hunter_stand.jpg'
 
 	if hour < 8 or hour > 20:
 		'The shop is currently closed.'
@@ -98,6 +97,8 @@ if $ARGS[0] = 'hunter_cart':
 	gs 'stat'
 	gs 'themes', 'outdoors'
 
+	$backimage='images/locations/gadukino/market/hunter_stand.jpg'
+
 	act 'Exit shopping cart': $backimage = '' & gt 'gad_market', 'hunter_stand'
 	act 'Leave the stand': minut += 1 & gt 'gad_market', 'start'
 end
@@ -108,7 +109,7 @@ if $ARGS[0] = 'clothing_stand':
 	$loc_s = 'gad_market'
 	$args_s = 'clothing_stand'
 
-	'<center><img <<$set_imgh>> src="images/location/gadukino/market/clothing_stand.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/market/clothing_stand.jpg"></center>'
 	'A small stand selling cheap clothes'
 
 	if hour < 8 or hour > 20: