master #6

Merged
epCode merged 7 commits from VoxeLibre/VoxeLibre:master into master 2021-02-06 01:10:01 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 696ae8e6fe - Show all commits

View File

@ -3097,7 +3097,7 @@ local mob_punch = function(self, hitter, tflp, tool_capabilities, dir)
self.object:set_velocity({ self.object:set_velocity({
x = dir.x * kb, x = dir.x * kb,
y = dir.y * kb + up, y = dir.y * kb + up * 2,
z = dir.z * kb z = dir.z * kb
}) })