Skip to content

Commit

Permalink
Dark Skies: Spell Fixes (#38643)
Browse files Browse the repository at this point in the history
  • Loading branch information
ephemeralstoryteller authored and ZhilkinSerg committed Mar 18, 2020
1 parent 30f54bd commit 152373a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"armor_bash": 8,
"armor_cut": 8,
"harvest": "dks_mhuman_chipped",
"special_attacks": [ [ "PARROT", 20 ], { "type": "spell", "spell_id": "dks_monspell_panic", "cooldown": 10 } ],
"special_attacks": [ [ "PARROT", 20 ], { "type": "spell", "spell_data": { "id": "dks_monspell_panic" }, "cooldown": 10 } ],
"death_drops": "dks_mon_neworder_cop",
"path_settings": { "max_dist": 5 },
"death_function": [ "NORMAL" ],
Expand Down

0 comments on commit 152373a

Please sign in to comment.