From d33df3a71687f28a71baaa56086f72f238137851 Mon Sep 17 00:00:00 2001
From: thepaperpilot
Date: Sun, 14 May 2023 14:06:06 -0500
Subject: [PATCH] Add note about trash can
---
src/data/help.tsx | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/data/help.tsx b/src/data/help.tsx
index 7e3efc6..a8236a6 100644
--- a/src/data/help.tsx
+++ b/src/data/help.tsx
@@ -156,6 +156,13 @@ export function getPortalHelp() {
time in planes will be paused if the portal is inactive (not selected
nor powered).
+
+
+ You've also gained a trash can for portals (🗑️). Dragging a portal here
+ will permanently destroy it. Any treasures that require the portal to be
+ active will no longer work. This can be used to keep your workspace
+ clean from old portals you no longer need or want.
+
))
}))