Skip to content

Commit

Permalink
replace deprecated special= 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 765b151 commit 7578ac2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion macros/union.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ union-[1~4].ogg #enddef
name=attack
first_time_only=no
[filter_attack]
special=union
special_id=union
[/filter_attack]
# Kind of redundant, but we want the ability to toggle the union on and
# off as needed.
Expand Down
2 changes: 1 addition & 1 deletion macros/weapon-specials.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This attack is only available on offense against living targets, and always has
name=attacker hits
first_time_only=no
[filter_attack]
special=shrapnel
special_id=shrapnel
[/filter_attack]

{BUG_ON
Expand Down
10 changes: 5 additions & 5 deletions scenarios/22B_Dark_Hive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ Because of their symbiotic relationship with the Verlissh and the fact that the
(
[filter_second_attack]
[not]
special=union
special_id=union
[/not]
[/filter_second_attack]
)
Expand All @@ -1352,7 +1352,7 @@ Because of their symbiotic relationship with the Verlissh and the fact that the
id=Elyssa
[/filter]
[filter_second_attack]
special=union
special_id=union
[/filter_second_attack]
[filter_condition]
{VARIABLE_NUMERICAL_GREATER_THAN_OR_EQUAL boss_stage_num 3}
Expand All @@ -1367,7 +1367,7 @@ Because of their symbiotic relationship with the Verlissh and the fact that the
[event]
name=boss absorb damage
[filter_second_attack]
special=union
special_id=union
[/filter_second_attack]

[message]
Expand Down Expand Up @@ -1409,7 +1409,7 @@ Because of their symbiotic relationship with the Verlissh and the fact that the
[event]
name=boss absorb damage
[filter_second_attack]
special=union
special_id=union
[/filter_second_attack]
[filter_condition]
{VARIABLE_NUMERICAL_EQUALS boss_stage_num 2}
Expand All @@ -1424,7 +1424,7 @@ Because of their symbiotic relationship with the Verlissh and the fact that the
[event]
name=boss absorb damage
[filter_second_attack]
special=union
special_id=union
[/filter_second_attack]
[filter_condition]
{VARIABLE_NUMERICAL_EQUALS boss_stage_num 1}
Expand Down
2 changes: 1 addition & 1 deletion scenarios/23B_Until_Death.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@
first_time_only=no
[filter_second_attack]
[not]
special=union
special_id=union
[/not]
[/filter_second_attack]

Expand Down

0 comments on commit 7578ac2

Please sign in to comment.