Skip to content
Snippets Groups Projects
Commit 356b2b76 authored by dg's avatar dg
Browse files

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@1897 51575b47-30f0-44d4-a5cc-537603b46e54
parent c15e0c73
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,9 @@ newBirthDescriptor{
class =
{
__ALL__ = "disallow",
Warrior = "allow",
Archer = "allow",
Rogue = "allow",
Mage = "allow",
Divine = function() return profile.mod.allow_build.divine and "allow" or "disallow" end,
Wilder = function() return (
......@@ -119,6 +122,9 @@ newBirthDescriptor{
class =
{
__ALL__ = "disallow",
Warrior = "allow",
Archer = "allow",
Rogue = "allow",
Mage = "allow",
Divine = function() return profile.mod.allow_build.divine and "allow" or "disallow" end,
Wilder = function() return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment