Browse Source

[fixed] copy of previous commit's missing $

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

+ 1 - 1
locations/shop.qsrc

@@ -639,7 +639,7 @@ if $shoplocation = 'megafon':
 						$line += '<td style="padding-left: 10px; padding-right: 10px;">Insufficient balance</td></tr>'
 					end
 				elseif subscription[$owned_property[i]] > 0:
-					line += '<tr><td align="center">You have an active internet subscription at <<$property[''display'']>> that will renew next month on day <<subscription[$owned_property[i]+''-date'']>> for <<price>> <b>₽</b></td></tr>'
+					$line += '<tr><td align="center">You have an active internet subscription at <<$property[''display'']>> that will renew next month on day <<subscription[$owned_property[i]+''-date'']>> for <<price>> <b>₽</b></td></tr>'
 				end
 			end
 			killvar '$property'