-- =================================================================== local cvt = castle.cvt local modpath = castle.modpath local thisdir = modpath .. "/castle_shields" local S = castle.S castle_shields = {} -- =================================================================== dofile (thisdir .. "/shield_functions.lua" ) dofile (thisdir .. "/default_shields.lua" ) -- =================================================================== -- End of file.