浏览代码

Add a few more news items - cars to houses

tags/v0.0.7
Fen Dweller 5 年前
父节点
当前提交
9b66f42a60
找不到此签名对应的密钥 GPG 密钥 ID: E80B35A6F11C3656
共有 1 个文件被更改,包括 18 次插入0 次删除
  1. +18
    -0
      constants.js

+ 18
- 0
constants.js 查看文件

@@ -1265,6 +1265,24 @@ const newsBuildingCountText = {
state => "#FeedThe" + capitalize(macroDesc.species) + " is trending on Twitter." state => "#FeedThe" + capitalize(macroDesc.species) + " is trending on Twitter."
] ]
], ],
car: [
[
state => "Car insurance premiums up " + (state.belongings.car.count * 3 + 12) + "%. Why? Our experts weigh in."
]
],
bus: [
[
state => "Macro craze fuels explosion in bus ridership."
]
],
house: [
[
state => "Property values skyrocket as the huge " + macroDesc.species + " starts munching on buildings."
],
[
state => "\"Full House\" eclipsed by new sitcom, \"Full Of House\""
]
]
} }


const powerups = { const powerups = {


正在加载...
取消
保存