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

View file

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