mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-17 02:22:23 +01:00
Travel cost greys out
This commit is contained in:
@ -47,7 +47,7 @@ export class TravelAgencyLocation extends React.Component<IProps, any> {
|
|||||||
<div className="noselect">
|
<div className="noselect">
|
||||||
<p>
|
<p>
|
||||||
From here, you can travel to any other city! A ticket
|
From here, you can travel to any other city! A ticket
|
||||||
costs <Money money={CONSTANTS.TravelCost} />.
|
costs <Money money={CONSTANTS.TravelCost} player={this.props.p} />.
|
||||||
</p>
|
</p>
|
||||||
<pre> ,_ . ._. _. .</pre>
|
<pre> ,_ . ._. _. .</pre>
|
||||||
<pre> , _-\','|~\~ ~/ ;-'_ _-' ,;_;_, ~~-</pre>
|
<pre> , _-\','|~\~ ~/ ;-'_ _-' ,;_;_, ~~-</pre>
|
||||||
|
Reference in New Issue
Block a user