Fix bug with gust not adding to ice snake damage directly

This commit is contained in:
hppeng 2022-07-16 20:40:24 -07:00
parent 2148831545
commit a89dd6e741
2 changed files with 2 additions and 2 deletions

View file

@ -5424,7 +5424,7 @@ const atrees = {
"effects": [ "effects": [
{ {
"type": "add_spell_prop", "type": "add_spell_prop",
"target_part": "Ice Snake", "target_part": "Ice Snake Damage",
"base_spell": 4, "base_spell": 4,
"multipliers": [0, 0, 0, 0, 0, 20] "multipliers": [0, 0, 0, 0, 0, 20]
} }

File diff suppressed because one or more lines are too long