mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 03:25:44 +02:00
rewrite augmentation stats description so it's autogenerated and consistent with the actual effects.
This commit is contained in:
@@ -28,7 +28,7 @@ export function AugmentationAccordion(props: IProps): React.ReactElement {
|
||||
return (
|
||||
<Accordion
|
||||
headerContent={<>{displayName}</>}
|
||||
panelContent={<p dangerouslySetInnerHTML={{__html: props.aug.info}}></p>}
|
||||
panelContent={<p><span dangerouslySetInnerHTML={{__html: props.aug.info}} /><br /><br />{props.aug.stats}</p>}
|
||||
/>
|
||||
)
|
||||
}
|
||||
@@ -36,7 +36,7 @@ export function AugmentationAccordion(props: IProps): React.ReactElement {
|
||||
return (
|
||||
<Accordion
|
||||
headerContent={<>{displayName}</>}
|
||||
panelContent={<p>{props.aug.info}</p>}
|
||||
panelContent={<p>{props.aug.info}<br /><br />{props.aug.stats}</p>}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user