1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 06:30:18 +02:00

drops can now be a function, also code tidy

This commit is contained in:
TenPlus1
2019-09-12 09:44:45 +01:00
parent d6bd538a35
commit b588452dea
6 changed files with 82 additions and 85 deletions

View File

@ -247,7 +247,6 @@ function mobs.drive(entity, moving_anim, stand_anim, can_fly, dtime)
acce_y = acce_y + (acce_y * 3) + 1
end
end
end
end