Clonk kneels not with YSpeed 300 but starts with min YSpeed 450 (#312)

stable-5.1
Richard Gerum 2010-06-28 19:53:33 +02:00
parent 4086413e10
commit d0b4a73d18
1 changed files with 1 additions and 1 deletions

View File

@ -1499,7 +1499,7 @@ func FxIntScaleTimer(pTarget, iNumber, iTime)
func Hit(int iXSpeed, int iYSpeed)
{
if(iYSpeed < 300) return;
if(iYSpeed < 450) return;
if(GetAction() != "Walk") return;
var iKneelDownSpeed = 18;
SetXDir(0);