mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02: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">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user