mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 22:51:39 +00:00
- more DECORATE fixing of Doom monsters, this time the Mancubus.
It looks like the definitions that got added on November 4th, 2006 had some issues that mostly went unnoticed over time...
This commit is contained in:
parent
23cc7da268
commit
213216368a
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ ACTOR Fatso
|
||||||
Missile:
|
Missile:
|
||||||
FATT G 20 A_FatRaise
|
FATT G 20 A_FatRaise
|
||||||
FATT H 10 BRIGHT A_FatAttack1
|
FATT H 10 BRIGHT A_FatAttack1
|
||||||
FATT IG 5
|
FATT IG 5 A_FaceTarget
|
||||||
FATT H 10 BRIGHT A_FatAttack2
|
FATT H 10 BRIGHT A_FatAttack2
|
||||||
FATT IG 5
|
FATT IG 5 A_FaceTarget
|
||||||
FATT H 10 BRIGHT A_FatAttack3
|
FATT H 10 BRIGHT A_FatAttack3
|
||||||
FATT IG 5
|
FATT IG 5
|
||||||
Goto See
|
Goto See
|
||||||
|
|
Loading…
Reference in a new issue