Skip to content

Commit

Permalink
Add dilated_gateway power to tindalos follow eoc
Browse files Browse the repository at this point in the history
  • Loading branch information
thaelina authored Jan 31, 2025
1 parent ec9f2ee commit 510d439
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,12 @@
"condition": {
"and": [
{ "u_has_trait": "TELEPORTER" },
{ "compare_string": [ "teleport_gateway", { "context_val": "spell" } ] },
{
"or": [
{ "compare_string": [ "teleport_gateway", { "context_val": "spell" } ] },
{ "compare_string": [ "teleport_dilated_gateway", { "context_val": "spell" } ] }
]
}
{ "math": [ "u_monsters_nearby('mon_hound_tindalos', 'radius': 50) > 0" ] },
{ "not": { "u_has_flag": "TEEPSHIELD" } }
]
Expand Down

0 comments on commit 510d439

Please sign in to comment.