Combat Hammer alt/tertiary buff.
This commit is contained in:
parent
5b56881122
commit
d760abd3d4
4 changed files with 7 additions and 7 deletions
|
|
@ -449,7 +449,7 @@ Class DemolitionistRadiusShockwave : Actor
|
|||
{
|
||||
target.vel.xy += vel.xy.unit()*(30000./max(50,target.mass))*alpha;
|
||||
if ( (target.pos.z <= floorz) || !target.TestMobjZ() )
|
||||
target.vel.z += (4000./max(50,target.mass))*alpha;
|
||||
target.vel.z += (8000./max(50,target.mass))*alpha;
|
||||
}
|
||||
return damage;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue