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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@3699 51575b47-30f0-44d4-a5cc-537603b46e54
parent c5948392
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ newEntity{ base = "BASE_NPC_HUMANOID_RANDOM_BOSS",
end
e.moddable_tile = "cornac_#sex#"
end),
humanoid_random_boss = 10,
humanoid_random_boss = 1,
resolvers.racial(),
}
......@@ -61,7 +61,7 @@ newEntity{ base = "BASE_NPC_HUMANOID_RANDOM_BOSS",
end
e.moddable_tile = "thalore_#sex#"
end),
humanoid_random_boss = 10,
humanoid_random_boss = 1,
resolvers.racial(),
}
......@@ -76,7 +76,7 @@ newEntity{ base = "BASE_NPC_HUMANOID_RANDOM_BOSS",
end
e.moddable_tile = "shalore_#sex#"
end),
humanoid_random_boss = 10,
humanoid_random_boss = 1,
resolvers.racial(),
}
......@@ -91,7 +91,7 @@ newEntity{ base = "BASE_NPC_HUMANOID_RANDOM_BOSS",
end
e.moddable_tile = "halfling_#sex#"
end),
humanoid_random_boss = 10,
humanoid_random_boss = 1,
resolvers.racial(),
}
......@@ -106,6 +106,6 @@ newEntity{ base = "BASE_NPC_HUMANOID_RANDOM_BOSS",
end
e.moddable_tile = "dwarf_#sex#"
end),
humanoid_random_boss = 1,
humanoid_random_boss = 2,
resolvers.racial(),
}
......@@ -761,7 +761,7 @@ While this is a free game that I am doing for fun, if it can help feeding my fam
end
function _M:selectTile()
-- if not profile.auth or not tonumber(profile.auth.donated) or tonumber(profile.auth.donated) <= 1 then return self:selectTileNoDonations() end
if not profile.auth or not tonumber(profile.auth.donated) or tonumber(profile.auth.donated) <= 1 then return self:selectTileNoDonations() end
local d = Dialog.new("Select a Tile", 600, 550)
......
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