Этот коммит содержится в:
Jeija
2015-10-04 13:30:34 +02:00
родитель 24958e253b
Коммит 97f7b5745f
15 изменённых файлов: 99 добавлений и 99 удалений

Просмотреть файл

@@ -74,7 +74,7 @@ function mesecon.register_movestone(name, def, is_sticky)
local maxpush = mesecon.setting("movestone_max_push", 50)
local maxpull = mesecon.setting("movestone_max_pull", 50)
local success, stack, oldstack = mesecon.mvps_push(frontpos, direction, maxpush)
if success then
if success then
mesecon.mvps_process_stack(stack)
mesecon.mvps_move_objects(frontpos, direction, oldstack)
-- Too large stack/stopper in the way: try again very soon