From 304a8a1c1d7b5c190a0ca9d68f11d0764bf67179 Mon Sep 17 00:00:00 2001 From: Thaum Date: Mon, 30 Mar 2015 08:03:32 +0000 Subject: [PATCH] Added Transmutation as a school of magic --- rpg-docs/lib/constants/magicSchools.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpg-docs/lib/constants/magicSchools.js b/rpg-docs/lib/constants/magicSchools.js index fcc94145..4181a887 100644 --- a/rpg-docs/lib/constants/magicSchools.js +++ b/rpg-docs/lib/constants/magicSchools.js @@ -5,5 +5,6 @@ magicSchools = [ "Enchantment", "Evocation", "Illusion", - "Necromancy" + "Necromancy", + "Transmutation", ];