diff --git a/src/data/help.tsx b/src/data/help.tsx index f939556..7e3efc6 100644 --- a/src/data/help.tsx +++ b/src/data/help.tsx @@ -4,6 +4,7 @@ import { createTab } from "features/tabs/tab"; import { createTabFamily } from "features/tabs/tabFamily"; import { Persistent, persistent } from "game/persistence"; import { renderJSX } from "util/vue"; +import { main } from "./projEntry"; export interface ModalData { modal: JSXFunction; @@ -217,66 +218,104 @@ export function getPortalHelp() { influence will multiply the energy cost of creating the portal.


- Influences: - + {Object.keys(main.influenceNodes.value).length > 0 ? ( +
+ Discovered influences: + +
+ ) : ( +
+ Once you discover influences, summaries will appear here describing + their effects. +
+ )} )) }))