Skip to content

Commit 463d148

Browse files
Merge pull request #82127 from Standing-Storm/no-verrbal
[Xedra Evolved] Fix VERRBAL
1 parent bb54861 commit 463d148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/mods/Xedra_Evolved/mutations/paraclesians/arvore_mutation_spells.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
"name": { "str": "Commanding the Grasses" },
913913
"description": "Your command over plants allows you to cause grass to grow in profusion from the soil, making the terrain very difficult for enemies to traverse.",
914914
"valid_targets": [ "hostile", "ground" ],
915-
"flags": [ "VERRBAL", "SOMATIC", "NO_PROJECTILE", "NO_HANDS", "NO_LEGS" ],
915+
"flags": [ "VERBAL", "SOMATIC", "NO_PROJECTILE", "NO_HANDS", "NO_LEGS" ],
916916
"max_level": { "math": [ "int_to_level(1)" ] },
917917
"skill": "deduction",
918918
"teachable": false,
@@ -949,7 +949,7 @@
949949
"name": { "//~": "The name is a reference to the poem \"Goblin Market\" by Christina Rossetti.", "str": "Hungry Thirsty Roots" },
950950
"description": "Your command over plants allows you to call forth roots from the earth to clutch and grasp at your enemies.",
951951
"valid_targets": [ "hostile", "ground" ],
952-
"flags": [ "VERRBAL", "NO_PROJECTILE", "NO_HANDS", "NO_LEGS", "RANDOM_DURATION" ],
952+
"flags": [ "VERBAL", "NO_PROJECTILE", "NO_HANDS", "NO_LEGS", "RANDOM_DURATION" ],
953953
"max_level": { "math": [ "per_to_level(1)" ] },
954954
"skill": "deduction",
955955
"teachable": false,

0 commit comments

Comments
 (0)