From 9b66f42a6005cffdfc3f66f409480965e2bb8df2 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 26 Dec 2019 13:40:49 -0600 Subject: [PATCH] Add a few more news items - cars to houses --- constants.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/constants.js b/constants.js index 21b7c44..fa536df 100644 --- a/constants.js +++ b/constants.js @@ -1265,6 +1265,24 @@ const newsBuildingCountText = { 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 = {