UI: Clean up Hacknet UI (#1397)

This commit is contained in:
Jesse Clark
2024-06-14 00:08:10 -07:00
committed by GitHub
parent 4936d14639
commit f6de21ea18
6 changed files with 49 additions and 31 deletions
+2 -2
View File
@@ -657,8 +657,8 @@ export const FactionInfos: Record<FactionName, FactionInfo> = {
// Early game factions - factions the player will prestige with early on that don't belong in other categories.
[FactionName.Netburners]: new FactionInfo({
infoText: <>{"~~//*>H4CK|\\|3T 8URN3R5**>?>\\~~"}</>,
rumorText: <>{"~~//*>H4CK|\\|3T 8URN3R5**>?>\\~~"}</>,
infoText: <>{"~~//*>H4CK|\\|3T 8URN3R5**>?>\\\\~~"}</>,
rumorText: <>{"~~//*>H4CK|\\|3T 8URN3R5**>?>\\\\~~"}</>,
inviteReqs: [haveSkill("hacking", 80), totalHacknetRam(8), totalHacknetCores(4), totalHacknetLevels(100)],
rumorReqs: [totalHacknetLevels(50)],
offerHackingWork: true,