Combat Hammer alt/tertiary buff.

This commit is contained in:
Mari the Deer 2022-09-09 11:40:50 +02:00
commit d760abd3d4
4 changed files with 7 additions and 7 deletions

View file

@ -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;
}