Merge branch 'master' into hitowner
This commit is contained in:
commit
82a6ae08ce
7 changed files with 36 additions and 22 deletions
|
|
@ -386,9 +386,9 @@ Class FlakSlug : Actor
|
|||
A_SprayDecal("RocketBlast",150);
|
||||
A_NoGravity();
|
||||
A_SetScale(1.2);
|
||||
UTMainHandler.DoBlast(self,80,75000);
|
||||
A_Explode(Random[Flak](70,80),80);
|
||||
A_QuakeEx(4,4,4,8,0,200,"",QF_RELATIVE|QF_SCALEDOWN,falloff:80,rollIntensity:0.2);
|
||||
UTMainHandler.DoBlast(self,150,75000);
|
||||
A_Explode(Random[Flak](70,80),150);
|
||||
A_QuakeEx(4,4,4,8,0,250,"",QF_RELATIVE|QF_SCALEDOWN,falloff:150,rollIntensity:0.2);
|
||||
A_PlaySound("flak/explode",CHAN_VOICE);
|
||||
A_AlertMonsters();
|
||||
if ( !Tracer ) Spawn("SlugSmoke",pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue