mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- Slow down the scripted marines' rocket attack and speed up the plasma attack to better reflect
the speeds of the equivalent player weapons. SVN r4023 (trunk)
This commit is contained in:
parent
7f74d28638
commit
5cbdc3382d
1 changed files with 3 additions and 1 deletions
|
@ -116,15 +116,17 @@ ACTOR ScriptedMarine 9100 native
|
|||
Missile.Rocket:
|
||||
PLAY E 8
|
||||
PLAY F 6 BRIGHT A_M_FireMissile
|
||||
PLAY E 6
|
||||
PLAY A 0 A_M_Refire
|
||||
Loop
|
||||
PLAY A 0
|
||||
Goto See
|
||||
Missile.Plasma:
|
||||
PLAY E 2 A_FaceTarget
|
||||
PLAY E 0 A_FaceTarget
|
||||
PLAY F 3 BRIGHT A_M_FirePlasma
|
||||
PLAY A 0 A_M_Refire
|
||||
Loop
|
||||
Goto Missile.Plasma+1
|
||||
PLAY A 0
|
||||
Goto See
|
||||
Missile.Railgun:
|
||||
|
|
Loading…
Reference in a new issue