From 41838e65b657aa69a4d80094d5fd21757925db70 Mon Sep 17 00:00:00 2001 From: Anton Simakov <67688115+GuardianDll@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:59:49 +0100 Subject: [PATCH] fix gateway typos --- data/mods/MindOverMatter/powers/teleportation_eoc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/MindOverMatter/powers/teleportation_eoc.json b/data/mods/MindOverMatter/powers/teleportation_eoc.json index b8ae07411e850..f6bec517360ee 100644 --- a/data/mods/MindOverMatter/powers/teleportation_eoc.json +++ b/data/mods/MindOverMatter/powers/teleportation_eoc.json @@ -606,7 +606,7 @@ }, "effect": [ { - "run_eoc_selector": [ "EOC_TELEPORT_GATEWAY_TELEPORT_08", "EOC_TELEPORT_GATEWAY_ATTUNE_07" ], + "run_eoc_selector": [ "EOC_TELEPORT_GATEWAY_TELEPORT_08", "EOC_TELEPORT_GATEWAY_ATTUNE_08" ], "names": [ "Destination: ", "Attune to Area" ], "keys": [ "1", "2" ], "descriptions": [ "Teleport to .", "Attune to a new destination." ], @@ -666,9 +666,9 @@ "effect": [ { "run_eoc_selector": [ "EOC_TELEPORT_GATEWAY_TELEPORT_09", "EOC_TELEPORT_GATEWAY_ATTUNE_09" ], - "names": [ "Destination: ", "Attune to Area" ], + "names": [ "Destination: ", "Attune to Area" ], "keys": [ "1", "2" ], - "descriptions": [ "Teleport to .", "Attune to a new destination." ], + "descriptions": [ "Teleport to .", "Attune to a new destination." ], "hide_failing": true, "allow_cancel": true }