mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- Fixed: The Ironlich lost its Pain state when it was converted to DECORATE.
SVN r4252 (trunk)
This commit is contained in:
parent
9072c25e65
commit
404df07629
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ ACTOR Ironlich 6
|
||||||
LICH A 5 A_FaceTarget
|
LICH A 5 A_FaceTarget
|
||||||
LICH B 20 A_LichAttack
|
LICH B 20 A_LichAttack
|
||||||
Goto See
|
Goto See
|
||||||
|
Pain:
|
||||||
|
LICH A 4
|
||||||
|
LICH A 4 A_Pain
|
||||||
|
Goto See
|
||||||
Death:
|
Death:
|
||||||
LICH C 7
|
LICH C 7
|
||||||
LICH D 7 A_Scream
|
LICH D 7 A_Scream
|
||||||
|
|
Loading…
Reference in a new issue