Merge pull request #1008 from Tesseract1234567890/typosFix

Typo Fixes
This commit is contained in:
hydroflame
2021-06-11 00:18:48 -04:00
committed by GitHub
6 changed files with 8 additions and 9 deletions

View File

@ -1,13 +1,13 @@
Collection of Quotes Collection of Quotes
The past is relevant only as data The past is relevant only as data.
Pull on the new flesh like borrowed gloves and burn your fingers once again. Pull on the new flesh like borrowed gloves and burn your fingers once again.
A weapon is a tool. A tool for killing and destroying. And there will be times A weapon is a tool. A tool for killing and destroying. And there will be times
when you must kill and destroy. Then you will choose and equip yourself with the tools when you must kill and destroy. Then you will choose and equip yourself with the tools
that you need. But remember the weakness of weapons. They are an extension -- that you need. But remember the weakness of weapons. They are an extension --
You are the killer and destroyer. You are whole, with or without them. you are the killer and destroyer. You are whole, with or without them.
For all that we have done, as a civilization, as individuals, the universe is For all that we have done, as a civilization, as individuals, the universe is
not stable, and nor is any single thing within it. Stars consume themselves, not stable, and nor is any single thing within it. Stars consume themselves,

View File

@ -29,11 +29,10 @@ export function PlayerInfo(props) {
{Money(Player.money.toNumber())}<br /> {Money(Player.money.toNumber())}<br />
{ {
hasServers && hasServers && <><span>Hashes: {Hashes(Player.hashManager.hashes)} / {Hashes(Player.hashManager.capacity)}</span><br /></>
<><span>Hashes: {Hashes(Player.hashManager.hashes)} / {Hashes(Player.hashManager.capacity)}</span><br /></>
} }
<span>Total Hacknet Node Production: </span> <span>Total Hacknet {hasServers ? 'Server' : 'Node'} Production: </span>
{prod} {prod}
</p> </p>
) )

View File

@ -129,7 +129,7 @@ export class HacknetRoot extends React.Component {
return ( return (
<div> <div>
<h1>Hacknet Nodes</h1> <h1>Hacknet {hasHacknetServers() ? "Servers" : "Nodes"}</h1>
<GeneralInfo /> <GeneralInfo />
<PurchaseButton cost={purchaseCost} multiplier={this.state.purchaseMultiplier} onClick={this.handlePurchaseButtonClick} /> <PurchaseButton cost={purchaseCost} multiplier={this.state.purchaseMultiplier} onClick={this.handlePurchaseButtonClick} />

View File

@ -591,7 +591,7 @@ function updateInfiltrationButtons(inst, scenario) {
"Attempt to kill the security guard. You have a " + "Attempt to kill the security guard. You have a " +
numeralWrapper.formatPercentage(killChance, 2) + " chance of success. " + numeralWrapper.formatPercentage(killChance, 2) + " chance of success. " +
"If you succeed, the security level will increase by 5%. If you fail, " + "If you succeed, the security level will increase by 5%. If you fail, " +
"the security level will decrease by 10%. </span>"; "the security level will increase by 10%. </span>";
document.getElementById("infiltration-knockout").innerHTML = "Knockout" + document.getElementById("infiltration-knockout").innerHTML = "Knockout" +
"<span class='tooltiptext'>" + "<span class='tooltiptext'>" +

View File

@ -660,7 +660,7 @@ export function work(numCycles) {
const penalty = this.cancelationPenalty(); const penalty = this.cancelationPenalty();
const penaltyString = penalty === 0.5 ? 'half' : 'three quarter' const penaltyString = penalty === 0.5 ? 'half' : 'three-quarters'
var elem = document.getElementById("work-in-progress-text"); var elem = document.getElementById("work-in-progress-text");
ReactDOM.render(<> ReactDOM.render(<>

View File

@ -67,7 +67,7 @@ if (htmlWebpackPlugin.options.googleAnalytics.trackingId) { %>
<span id="augmentations-notification" class="notification-off"> </span> <span id="augmentations-notification" class="notification-off"> </span>
</li> </li>
<li id="hacknet-nodes-tab" class="mainmenu-accordion-panel"> <li id="hacknet-nodes-tab" class="mainmenu-accordion-panel">
<button id="hacknet-nodes-menu-link"> Hacknet Nodes </button> <button id="hacknet-nodes-menu-link"> Hacknet Manager </button>
</li> </li>
<li id="sleeves-tab" class="mainmenu-accordion-panel"> <li id="sleeves-tab" class="mainmenu-accordion-panel">
<button id="sleeves-menu-link"> Sleeves </button> <button id="sleeves-menu-link"> Sleeves </button>