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 +