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..1cb731532ff84 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 + alternative_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..621cf6a560369 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 alternative_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] + alternative_type=arcane + [/or] [/not] set_type=fire [/effect]