diff --git a/game.js b/game.js index cb0bebe..3dc6353 100644 --- a/game.js +++ b/game.js @@ -1606,7 +1606,7 @@ const EVENTS = [ G.activeDebuffs.push({ id: 'community_drama', title: 'Community Drama', desc: 'Harmony -0.5/s, code boost -30%', - applyFn: () => { G.harmonyRate -= 0.5; G.codeBoost *= 0.7; }, + applyFn: () => { G.harmonyRate -= 0.5; G.codeRate *= 0.7; }, resolveCost: { resource: 'trust', amount: 15 } }); log('EVENT: Community drama. Spend 15 trust to mediate.', true);