summaryrefslogtreecommitdiff
path: root/lib/scpt/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/scpt/init.lua')
-rw-r--r--lib/scpt/init.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/scpt/init.lua b/lib/scpt/init.lua
deleted file mode 100644
index edc82fe1..00000000
--- a/lib/scpt/init.lua
+++ /dev/null
@@ -1,14 +0,0 @@
---
--- 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)