fix some female units using male frames during missile attacks
This commit is contained in:
parent
c1ca1e6df7
commit
47b2d4eb86
6 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,7 @@ Version 1.3.19:
|
|||
* correct FIREBALL_MISSILE not being synchronized properly. All UMC users
|
||||
need to check units using that macro
|
||||
* correct most missiles not being properly (bug #11134)
|
||||
* fix some female units using male frames during missile attacks
|
||||
* replays:
|
||||
* fixed "play side turn" not working (bug #11118)
|
||||
* at least partly fix "replays always corrupt" (bug #10976)
|
||||
|
|
|
@ -124,6 +124,7 @@ duration=75
|
|||
[attack_filter]
|
||||
name=fireball
|
||||
[/attack_filter]
|
||||
{MISSILE_FRAME_FIREBALL}
|
||||
[frame]
|
||||
image="units/human-magi/arch-mage+female.png"
|
||||
[/frame]
|
||||
|
|
|
@ -125,6 +125,7 @@ duration=75
|
|||
[attack_filter]
|
||||
name=fireball
|
||||
[/attack_filter]
|
||||
{MISSILE_FRAME_FIREBALL}
|
||||
[frame]
|
||||
image="units/human-magi/great-mage+female.png"
|
||||
[/frame]
|
||||
|
|
|
@ -167,6 +167,7 @@ duration=75
|
|||
[attack_filter]
|
||||
name=fireball
|
||||
[/attack_filter]
|
||||
{MISSILE_FRAME_FIREBALL}
|
||||
[frame]
|
||||
image="units/human-magi/red-mage+female.png"
|
||||
[/frame]
|
||||
|
|
|
@ -322,6 +322,7 @@ Though not trained for combat, they are a potent ally against magical or unnatur
|
|||
[attack_filter]
|
||||
name=lightbeam
|
||||
[/attack_filter]
|
||||
{MISSILE_FRAME_LIGHT_BEAM}
|
||||
[frame]
|
||||
image="units/human-magi/white-mage+female-magic-1.png"
|
||||
[/frame]
|
||||
|
|
|
@ -273,6 +273,7 @@ Following a strict code of piety and honor, these men and women work tirelessly
|
|||
[attack_filter]
|
||||
name=lightbeam
|
||||
[/attack_filter]
|
||||
{MISSILE_FRAME_LIGHT_BEAM}
|
||||
[frame]
|
||||
image="units/human-magi/white-cleric+female-magic-1.png"
|
||||
[/frame]
|
||||
|
|
Loading…
Add table
Reference in a new issue