mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +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">
|
||||
<p>
|
||||
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>
|
||||
<pre> ,_ . ._. _. .</pre>
|
||||
<pre> , _-\','|~\~ ~/ ;-'_ _-' ,;_;_, ~~-</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user