Disable liquid splashes from Sheen HMG shots, they can tank performance.
This commit is contained in:
parent
0e57fc5572
commit
cf70d61873
2 changed files with 3 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ Class SheenTrail : SWWMNonInteractiveActor
|
|||
for ( int i=0; i<dist; i+=50 )
|
||||
{
|
||||
SetOrigin(level.Vec3Offset(oldpos,tdir*i),true);
|
||||
SWWMUtility.DoExplosion(self,min(3*special1,10)+int(specialf2/10),2000,50,0,DE_NONEXPLOSIVE,ignoreme:target);
|
||||
SWWMUtility.DoExplosion(self,min(3*special1,10)+int(specialf2/10),2000,50,0,DE_NONEXPLOSIVE|DE_NOSPLASH,ignoreme:target);
|
||||
}
|
||||
prev = oldpos; // interpolation
|
||||
SetOrigin(newpos,true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue