diff --git a/api.lua b/api.lua index 0e2c62d..2cd8af7 100644 --- a/api.lua +++ b/api.lua @@ -273,7 +273,7 @@ function mob_class:set_velocity(v) -- halt mob if it has been ordered to stay if self.order == "stand" then - self.object:set_velocity({x = 0, y = 0, z = 0}) + self.object:set_velocity({x = 0, y = self.fall_speed, z = 0}) return end