Ver Fonte

[fixed] Rent extension for Pushkin apartment used wrong variable

Kevin_Smarts há 2 anos atrás
pai
commit
6ef41db7b5
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      locations/cikl.qsrc

+ 2 - 2
locations/cikl.qsrc

@@ -931,11 +931,11 @@ if home_owned[1] = 1 or home_owned[4] > 0:
 			if bankAccount = 1 and karta >= home_rent[4]:
 				'<b><font color="green">Your rent payment of <<home_rent[4]>> <b>₽</b> for your Pushkin apartment, has automatically been deducted from your bank account.</font></b>'
 				karta -= home_rent[4]
-				ArendHouseSL4 += ArendHouseSL4_due
+				ArendHouseSL4 += ArendHouseSL_due
 			elseif bankAccount = 1 and karta + bankDebtLimit >= home_rent[4]:
 				'<b><font color="green">Your rent payment of <<home_rent[4]>> <b>₽</b> for your Pushkin apartment, has automatically been deducted from your bank account and overdraw facility. Please contact your bank regarding your overdraw repayment.</font></b>'
 				karta -= home_rent[4]
-				ArendHouseSL4 += ArendHouseSL4_due
+				ArendHouseSL4 += ArendHouseSL_due
 			elseif bankAccount = 0:
 				'<b><font color="red">You currently do not have a bank account setup for automatic rent deduction of <<home_rent[4]>> <b>₽</b> for your Pushkin apartment. To avoid eviction, please make manual payment as soon as possible.</font></b>'
 			else