Browse Source

[text edit] clean up text in youplace

Spackled Lanturn 3 năm trước cách đây
mục cha
commit
749ccca440
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      locations/youplace.qsrc

+ 2 - 2
locations/youplace.qsrc

@@ -27,7 +27,7 @@ if banaMansion >= 1:'<a href="exec:gt ''yban''">Go to the sauna</a>.'
 if home_owned[5] = 3:'<a href="exec:gt ''ymans''">Walk inside the mansion</a>.'
 
 if karta + bankDebtLimit >= 1500000 and home_owned[5] = 0:
-	act 'Buy the land lot for a mansion (1,500,000)':
+	act 'Buy the land lot for a mansion (1,500,000 <b>₽</b>)':
 		cls
 		karta -= 1500000
 		home_owned[5] = 1
@@ -41,7 +41,7 @@ if karta + bankDebtLimit >= 1500000 and home_owned[5] = 0:
 end
 
 if karta + bankDebtLimit >= 500000 and home_owned[5] = 1:
-	act 'Pay for running utilies and the building foundation (500,000 <b>₽</b>)':
+	act 'Pay for running utilities and the building foundation (500,000 <b>₽</b>)':
 		cls
 		karta -= 500000
 		home_owned[5] = 2