Răsfoiți Sursa

[fixed] purses display loop calling the wrong 'totals' function

f95Lok 2 săptămâni în urmă
părinte
comite
937c70ef59
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      locations/shop_utils.qsrc

+ 1 - 1
locations/shop_utils.qsrc

@@ -340,7 +340,7 @@ if $ARGS[0] = 'display_purses':
 		$shop_display['item_img_path'] = 'images/pc/items/' + $ARGS[3]
 	end
 
-	gs 'coats', 'totals', '<<$shop_display[''variable'']>>_purses'
+	gs 'purses', 'totals', '<<$shop_display[''variable'']>>_purses'
 
 	if total <= 0:
 		killvar 'shop_display'