From b593372d0ed8d6bb9574558d624a7dcc5420ecdf Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Wed, 13 Jul 2011 18:13:49 +0000
Subject: [PATCH] hide necros .. hihi

git-svn-id: http://svn.net-core.org/repos/t-engine4@3835 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/birth/classes/mage.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game/modules/tome/data/birth/classes/mage.lua b/game/modules/tome/data/birth/classes/mage.lua
index 0972442d49..30afdc358f 100644
--- a/game/modules/tome/data/birth/classes/mage.lua
+++ b/game/modules/tome/data/birth/classes/mage.lua
@@ -177,6 +177,7 @@ newBirthDescriptor{
 	name = "Necromancer",
 	locked = function() return profile.mod.allow_build.mage_necromancer and true or "hide" end,
 	locked_desc = "The road to necromancy is a macabre path indeed. Walk with the dead, and drink deeply of their black knowledge.",
+	not_on_random_boss = true,
 	desc = {
 		"While most magic is viewed with suspicion since the Spellblaze, the stigma surrounding the black art of Necromancy has been around since time immemorial.",
 		"These dark spellcasters extinguish life, twist death, and raise armies of undead monsters to sate their lust for power and pursue their ultimate goal: Eternal life.",
-- 
GitLab