Skip to content

Commit

Permalink
fix gateway typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Dec 18, 2024
1 parent c085521 commit 41838e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/MindOverMatter/powers/teleportation_eoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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: <u_val:gateway_destination_name_8>", "Attune to Area" ],
"keys": [ "1", "2" ],
"descriptions": [ "Teleport to <u_val:gateway_destination_name_8>.", "Attune to a new destination." ],
Expand Down Expand Up @@ -666,9 +666,9 @@
"effect": [
{
"run_eoc_selector": [ "EOC_TELEPORT_GATEWAY_TELEPORT_09", "EOC_TELEPORT_GATEWAY_ATTUNE_09" ],
"names": [ "Destination: <u_val:gateway_destination_name_3>", "Attune to Area" ],
"names": [ "Destination: <u_val:gateway_destination_name_9>", "Attune to Area" ],
"keys": [ "1", "2" ],
"descriptions": [ "Teleport to <u_val:gateway_destination_name_3>.", "Attune to a new destination." ],
"descriptions": [ "Teleport to <u_val:gateway_destination_name_9>.", "Attune to a new destination." ],
"hide_failing": true,
"allow_cancel": true
}
Expand Down

0 comments on commit 41838e6

Please sign in to comment.