From 8eeed583c220816ecce6722666a386871846f4fb Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Wed, 22 Sep 2021 00:42:45 -0400 Subject: [PATCH] corp research show research points --- src/Corporation/ui/ResearchPopup.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Corporation/ui/ResearchPopup.tsx b/src/Corporation/ui/ResearchPopup.tsx index 4a1c6ed5b..a2bac8800 100644 --- a/src/Corporation/ui/ResearchPopup.tsx +++ b/src/Corporation/ui/ResearchPopup.tsx @@ -77,8 +77,9 @@ export function ResearchPopup(props: IProps): React.ReactElement { return (
-
+ Research points: {props.industry.sciResearch.qty} +
Multipliers from research:
* Advertising Multiplier: x{researchTree.getAdvertisingMultiplier()}
* Employee Charisma Multiplier: x{researchTree.getEmployeeChaMultiplier()}