Merge branch 'next-minor' into next-major

This commit is contained in:
Dylan K. Taylor
2022-10-11 22:29:21 +01:00
15 changed files with 61 additions and 45 deletions

View File

@@ -187,7 +187,7 @@ class Explosion{
}
$entity->attack($ev);
$entity->setMotion($motion->multiply($impact));
$entity->setMotion($entity->getMotion()->addVector($motion->multiply($impact)));
}
}