mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Travel cost greys out
This commit is contained in:
parent
c8dd17d573
commit
69ec6f6679
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user