mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Added bright flags to the scripted marines' BFG and railgun attacks.
SVN r4020 (trunk)
This commit is contained in:
parent
22e52776e3
commit
0d47c6cbc8
1 changed files with 2 additions and 2 deletions
|
@ -129,12 +129,12 @@ ACTOR ScriptedMarine 9100 native
|
|||
Goto See
|
||||
Missile.Railgun:
|
||||
PLAY E 4 A_M_CheckAttack
|
||||
PLAY F 6 A_M_FireRailgun
|
||||
PLAY F 6 BRIGHT A_M_FireRailgun
|
||||
Goto See
|
||||
Missile.BFG:
|
||||
PLAY E 5 A_M_BFGSound
|
||||
PLAY EEEEE 5 A_FaceTarget
|
||||
PLAY F 6 A_M_FireBFG
|
||||
PLAY F 6 BRIGHT A_M_FireBFG
|
||||
PLAY A 4 A_FaceTarget
|
||||
PLAY A 0 A_M_Refire
|
||||
Loop
|
||||
|
|
Loading…
Reference in a new issue