diff --git a/src/endWeek/economics/reputation.js b/src/endWeek/economics/reputation.js index fb28ab6db344b46340df70e32e7a8048a7b069e6..c23a8d508a91cd2868e02eaa3bcbabe448d80afd 100644 --- a/src/endWeek/economics/reputation.js +++ b/src/endWeek/economics/reputation.js @@ -51,10 +51,10 @@ App.EndWeek.reputation = function() { let _repDecay = 0.05; let _enduringRep = V.enduringRep; - if (V.arcologies.FSChattelReligionistLaw === 1) { + if (V.arcologies[0].FSChattelReligionistLaw === 1) { _enduringRep = Math.min(_enduringRep + 2000, 12000); } - if (V.arcologies.FSRestartDecoration === 100) { + if (V.arcologies[0].FSRestartDecoration === 100) { _enduringRep = Math.min(_enduringRep + 2000, 13000); /* that 13000 is not a typo, it allows for some stacking of FSRestart and FSChattel */ }