Skip to content

Commit 38a60cf

Browse files
committed
fix: Typos in some techs
1 parent 089d0c8 commit 38a60cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/game-logic/technologies.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ export const TECHNOLOGIES: Record<string, Technology> = {
558558
precedes: ['ancient_military_3'],
559559
effects: [
560560
{
561-
description: '+10% chance to discover $districts.energy$ on $ancient_military',
561+
description: '+10% chance to discover $districts.energy$ on $systems.ancient_military$',
562562
variable: 'districts.energy.chance.ancient_military',
563563
multiplier: 1.1,
564564
},
@@ -591,7 +591,7 @@ export const TECHNOLOGIES: Record<string, Technology> = {
591591
requires: ['ancient_military_2'],
592592
effects: [
593593
{
594-
description: '+15% chance to discover $districts.energy$ on $ancient_military',
594+
description: '+15% chance to discover $districts.energy$ on $systems.ancient_military$',
595595
variable: 'districts.energy.chance.ancient_military',
596596
multiplier: 1.15,
597597
},

0 commit comments

Comments
 (0)