Commit a5f45fce5729d1701026da99847aa0227a521bd4

Authored by zhouhaihai
1 parent 64e63ad0

自身 优先级最高

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/adv/Adv.lua
... ... @@ -1847,7 +1847,7 @@ function Adv:enemyDead(enemy, escape)
1847 1847  
1848 1848 -- 自身带的掉落是不会被改变的 也不会被加成
1849 1849 if block.event.item and block.event.item[1] ~= 0 then
1850   - drops[#drops + 1] = block.event.item
  1850 + table.insert(drops, block.event.item, 1)
1851 1851 end
1852 1852  
1853 1853 -- 清空当前的格子
... ...