Wording changes

This commit is contained in:
thepaperpilot 2023-05-14 10:32:35 -05:00
parent d64610f7e0
commit e33d16fdf3
2 changed files with 5 additions and 5 deletions

View file

@ -153,7 +153,7 @@ export const tools = {
},
emerald: {
cost: 1e19,
name: "Artificial Intelligence",
name: "AI",
type: "passive",
state: "emerald"
},
@ -165,7 +165,7 @@ export const tools = {
},
diamond: {
cost: 1e30,
name: "Machine Learning",
name: "ML",
type: "passive",
state: "diamond"
},
@ -200,7 +200,7 @@ export const tools = {
export const relics = {
dirt: "BOGO Coupon",
sand: "Metal Detector",
gravel: "Neural Networks",
gravel: "Neural Nets",
wood: "Mining Laser",
stone: "Replicator",
coal: "Planar Intelligence",
@ -212,7 +212,7 @@ export const relics = {
platinum: "Time Dilation",
diamond: "Paypal",
berylium: "Tiered Mining",
unobtainium: "Overclocked Portals",
unobtainium: "OC'ed Portals",
ultimatum: "Rebates"
} as const satisfies Record<Resources, string>;

View file

@ -1027,7 +1027,7 @@ export function createPlane(
Math.floor(random() * Object.keys(influenceTypes).length)
];
influenceTreasures.push(randomInfluence);
description = `Gain a new portal influence (${influenceTypes[randomInfluence].display})`;
description = `Gain a portal influence (${influenceTypes[randomInfluence].display})`;
onComplete = () => {
if (randomInfluence in main.influenceNodes.value) {
toast.warning(