From 84ecc634c40da2f5301b012b3376963930f5b26b Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 14 May 2023 14:20:27 -0500 Subject: [PATCH] Replaced mine and quarry emojis --- src/data/help.tsx | 4 ++-- src/data/nodeTypes.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/help.tsx b/src/data/help.tsx index a8236a6..071c349 100644 --- a/src/data/help.tsx +++ b/src/data/help.tsx @@ -34,7 +34,7 @@ export function getMineHelp() {

Welcome to Planar Pioneers! Your job is to gather resources and eventually explore and conquer increasingly difficult "planes", which are like alien - worlds. To start you'll use the mine (🪨) machine to gather resources. + worlds. To start you'll use the mine (⛏️) machine to gather resources.


@@ -103,7 +103,7 @@ export function getQuarryHelp() { jsx(() => (

- You've created the Quarry (⛏️)! This machine let's you gather specified + You've created the Quarry (⛰️)! This machine let's you gather specified resources. Unlike the mine, this machine will always output the same resources. However, rarer resources will take longer to gather.

diff --git a/src/data/nodeTypes.tsx b/src/data/nodeTypes.tsx index 450d7b3..50501cd 100644 --- a/src/data/nodeTypes.tsx +++ b/src/data/nodeTypes.tsx @@ -58,7 +58,7 @@ import { exponentialFormat } from "util/bignum"; export const mine = { shape: Shape.Diamond, size: 50, - title: "🪨", + title: "⛏️", label: node => node === main.board.selectedNode.value ? { text: "Mining" } @@ -352,7 +352,7 @@ export const dowsing = { export const quarry = { shape: Shape.Diamond, size: 50, - title: "⛏️", + title: "⛰️", label: node => { if (node === main.board.selectedNode.value) { return {