summaryrefslogtreecommitdiff
path: root/lib/mods/theme/scpt/init.lua
blob: edc82fe12b1e87a5ba0d47404c6b4e6e98b81fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--
-- This file is loaded at the initialisation of ToME
--

-- Add the schools of magic
schools_init()
school_spells_init()
init_school_books()

-- Post-spell creation initialization
initialize_bookable_spells()

-- Some tests, if the file is not present, this is fine
tome_dofile_anywhere(ANGBAND_DIR_SCPT, "dg_test.lua", FALSE)