Skip to content

Commit

Permalink
Merge pull request CleverRaven#77435 from RedMisao/RedMisao-patch-30
Browse files Browse the repository at this point in the history
Fix flatlander not using special attack
  • Loading branch information
Maleclypse authored Oct 29, 2024
2 parents 1105a43 + 925ce6b commit af9bc7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/monster_special_attacks/spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -1109,13 +1109,14 @@
"valid_targets": [ "hostile" ],
"effect": "attack",
"effect_str": "stunned",
"min_range": 4,
"max_range": 4,
"shape": "blast",
"message": "",
"min_duration": 100,
"max_duration": 400,
"flags": [ "SILENT", "NO_EXPLOSION_SFX", "RANDOM_DURATION" ],
"extra_effects": [ { "id": "flatlander_attack_nausea", "hit_self": true } ]
"extra_effects": [ { "id": "flatlander_attack_nausea" } ]
},
{
"type": "SPELL",
Expand Down

0 comments on commit af9bc7f

Please sign in to comment.