From 2030cf611ed1bdaebdd5a6ecb2884102514e6ffb Mon Sep 17 00:00:00 2001 From: person50605 <124418091+person50605@users.noreply.github.com> Date: Mon, 29 Dec 2025 16:48:27 -0800 Subject: [PATCH] Fix typo in fishing action description --- src/views/building/ItemActions.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/building/ItemActions.vue b/src/views/building/ItemActions.vue index f8feedc..0343914 100644 --- a/src/views/building/ItemActions.vue +++ b/src/views/building/ItemActions.vue @@ -9,7 +9,7 @@
Imagine you want to add a 'fishing' action to a number of lakes and shorelines on your world. You could define a room action in each location where a player might want to fish, but would need to create as many actions as there fishign locations. Instead, you can create one item, named for example "A school of fish swims beneath the surface." with a 'fish' action tied to it, make the item non-pickable and load it everywhere you want players to be able to fish.
+Imagine you want to add a 'fishing' action to a number of lakes and shorelines on your world. You could define a room action in each location where a player might want to fish, but would need to create as many actions as there fishing locations. Instead, you can create one item, named for example "A school of fish swims beneath the surface." with a 'fish' action tied to it, make the item non-pickable and load it everywhere you want players to be able to fish.
@@ -26,4 +26,4 @@ export default { \ No newline at end of file +