UtBS S3: Resolve Garak's attacks only partially being converted to fire damage on turn 2 (resolves #7774).
This commit is contained in:
parent
6648f4f9b3
commit
22d27a15f7
2 changed files with 7 additions and 2 deletions
3
changelog_entries/utbs_s3.md
Normal file
3
changelog_entries/utbs_s3.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
### Campaigns
|
||||
* Under the Burning Suns
|
||||
* S3: Ensure all of Garak’s attacks are changed to fire type (#7774).
|
|
@ -745,9 +745,11 @@
|
|||
[effect]
|
||||
apply_to=attack
|
||||
range=melee
|
||||
# the type=blade is needed in case Garak picked up the holy
|
||||
# Exclude arcane attacks in case Garak picked up the holy
|
||||
# water in the second scenario - in that case he gets to keep it
|
||||
type=blade
|
||||
[not]
|
||||
type=arcane
|
||||
[/not]
|
||||
set_type=fire
|
||||
[/effect]
|
||||
[/object]
|
||||
|
|
Loading…
Add table
Reference in a new issue