Eightball implemented.

Adjustments to SMP 7243 recoil.
This commit is contained in:
Marisa the Magician 2019-09-05 12:23:54 +02:00
commit a900660e55
9 changed files with 635 additions and 3 deletions

View file

@ -155,7 +155,7 @@ Class OLSMP : UnrealWeapon
}
else
{
vel -= x*(player.onground?4.:1.5);
vel -= x*(player.onground?2.2:1.);
vel.z += (player.onground?.5:.15);
}
Vector3 origin = Vec2OffsetZ(0,0,player.viewz)+10.0*x;