mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-03 19:57:01 +00:00
Merge d463fd4bef into c3e02fb2d6
This commit is contained in:
commit
00db1a6c9d
|
|
@ -445,7 +445,13 @@ void Arrow::tick()
|
|||
float s = 1 / 4.0f;
|
||||
level->addParticle(eParticleType_bubble, x - xd * s, y - yd * s, z - zd * s, xd, yd, zd);
|
||||
}
|
||||
inertia = 0.80f;
|
||||
inertia *= 0.1f;
|
||||
gravity *= 2.0f;
|
||||
}
|
||||
|
||||
if (isInLava())
|
||||
{
|
||||
setOnFire(100);
|
||||
}
|
||||
|
||||
xd *= inertia;
|
||||
|
|
|
|||
Loading…
Reference in a new issue