switch dofile order

This commit is contained in:
tenplus1 2022-01-29 10:00:59 +00:00
parent 427b453a38
commit 7598b1a34f

View File

@ -77,8 +77,8 @@ if dmobs.regulars then
end end
-- dragons!! -- dragons!!
dofile(dpath .. "dragons/dragon_normal.lua")
dofile(dpath .. "dragons/piloting.lua") dofile(dpath .. "dragons/piloting.lua")
dofile(dpath .. "dragons/dragon_normal.lua")
if dmobs.dragons then if dmobs.dragons then
dofile(dpath .. "dragons/main.lua") dofile(dpath .. "dragons/main.lua")