mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- Added A_UnSetInvulnerable() to the FireDemon (aka Afrit)'s Pain state, in case it gets pained
before entering its Chase state. SVN r4033 (trunk)
This commit is contained in:
parent
7f81d881f8
commit
5f4bcaac3d
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ ACTOR FireDemon 10060
|
|||
FDMN ABC 5 Bright A_FiredChase
|
||||
Loop
|
||||
Pain:
|
||||
FDMN D 0 Bright A_UnSetInvulnerable
|
||||
FDMN D 6 Bright A_Pain
|
||||
Goto Chase
|
||||
Missile:
|
||||
|
|
Loading…
Reference in a new issue