mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
corp research show research points
This commit is contained in:
parent
dc518e7032
commit
8eeed583c2
@ -77,8 +77,9 @@ export function ResearchPopup(props: IProps): React.ReactElement {
|
||||
|
||||
return (
|
||||
<div id={props.popupId}>
|
||||
<div id={props.popupId + "outer-box"}></div>
|
||||
<div>
|
||||
Research points: {props.industry.sciResearch.qty}
|
||||
<br />
|
||||
Multipliers from research:
|
||||
<br />* Advertising Multiplier: x{researchTree.getAdvertisingMultiplier()}
|
||||
<br />* Employee Charisma Multiplier: x{researchTree.getEmployeeChaMultiplier()}
|
||||
|
Loading…
Reference in New Issue
Block a user