瀏覽代碼

Stored money display

Added display in stats for money in the bank and in the table drawer.
Thekingofsweden 9 年之前
父節點
當前提交
1809db8429
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      locations/stat

+ 2 - 0
locations/stat

@@ -1157,6 +1157,8 @@ else
 end
 
 pl '<b><<money>></b> rubles in your wallet.'
+if karta > 0:pl '<b><<karta>></b> rubles in your bank account.'
+if stolmoney > 0:pl '<b><<stolmoney>></b> rubles in your table drawer.'
 
 if StoryLine > 0 and SchoolAtestat = 0:pl '<<$holyday>>'
 if birthday = day and birthmonth = month:pl '<b>Today is your birthday.</b>'