diff --git a/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg b/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg index 0b53618e8ff54..e63063ae18f49 100644 --- a/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg +++ b/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg @@ -1553,7 +1553,13 @@ [effect] apply_to=attack range=melee - set_type=arcane + [set_specials] + mode=append + [damage] + id=arcane_damage + added_type=arcane + [/damage] + [/set_specials] [/effect] [/object] diff --git a/data/campaigns/Under_the_Burning_Suns/scenarios/03_Stirring_in_the_Night.cfg b/data/campaigns/Under_the_Burning_Suns/scenarios/03_Stirring_in_the_Night.cfg index b3c8e6903053e..0c009b300c526 100644 --- a/data/campaigns/Under_the_Burning_Suns/scenarios/03_Stirring_in_the_Night.cfg +++ b/data/campaigns/Under_the_Burning_Suns/scenarios/03_Stirring_in_the_Night.cfg @@ -743,10 +743,13 @@ [effect] apply_to=attack range=melee - # Exclude arcane attacks in case Garak picked up the holy + # the type=arcane or secondary_type=arcane must be filtered in case Garak picked up the holy # water in the second scenario - in that case he gets to keep it [not] type=arcane + [or] + added_type=arcane + [/or] [/not] set_type=fire [/effect]