Skip to content

Commit

Permalink
replace special dprecated by special_id/type
Browse files Browse the repository at this point in the history
  • Loading branch information
newfrenchy83 committed Nov 4, 2021
1 parent f161069 commit c3c4cc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion episode3/scenarios/06_Divergence.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
id=Irylean
[has_attack]
type=arcane
special=poison
special_id=poison
[/has_attack]
[/have_unit]
[then]
Expand Down
2 changes: 1 addition & 1 deletion episode3/scenarios/07A_Dark_Fire_part_2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
type=Boss Guardian of Darkness Elyssa
[/filter_second]
[filter_attack]
special=slow
special_id=slow
[/filter_attack]

[fire_event]
Expand Down
4 changes: 2 additions & 2 deletions macros/weapon-specials-implementation.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name=attacker hits
first_time_only=no
[filter_attack]
special=stun
special_id=stun
[/filter_attack]
[filter_second]
[not]
Expand Down Expand Up @@ -93,7 +93,7 @@
name=defender hits
first_time_only=no
[filter_second_attack]
special=seismic
special_id=seismic
[/filter_second_attack]

{EVENT_INVERSE_DISPATCH "seismic hits"}
Expand Down

0 comments on commit c3c4cc4

Please sign in to comment.