Newer
Older
descriptor_choices =
{
race =
{
__ALL__ = "never",
Human = "allow",
Elf = "allow",
Dwarf = "allow",
Hobbit = "allow",
-- Orc = config.settings.tome.allow_evil and "allow" or "never",
-- Troll = config.settings.tome.allow_evil and "allow" or "never",
-- Spider = config.settings.tome.allow_evil and "allow" or "never",
},
},
{type="potion", subtype="potion", name="potion of lesser healing", ego_chance=-1000},
{type="potion", subtype="potion", name="potion of lesser healing", ego_chance=-1000},
{type="potion", subtype="potion", name="potion of lesser healing", ego_chance=-1000},
resolvers.generic(function(e)
e.hotkey[9] = {"inventory", "potion of lesser healing"}
end),
load("/data/birth/races/human.lua")
load("/data/birth/races/elf.lua")
load("/data/birth/races/hobbit.lua")
load("/data/birth/races/dwarf.lua")
load("/data/birth/races/orc.lua")
load("/data/birth/races/troll.lua")
--load("/data/birth/races/spider.lua")