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

damnit .. fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@3484 51575b47-30f0-44d4-a5cc-537603b46e54
parent 84e31bc7
No related branches found
No related tags found
No related merge requests found
......@@ -527,6 +527,7 @@ function _M:load(dynamic)
ret = false
if type(data.reload_lists) ~= "boolean" or data.reload_lists then
self._no_save_fields = table.clone(self._no_save_fields, true)
self._no_save_fields.npc_list = true
self._no_save_fields.grid_list = true
self._no_save_fields.object_list = true
......
......@@ -241,3 +241,8 @@ newAchievement{
show = "name",
desc = [[Use the Sher'Tul fortress exploratory farportal at least 7 times with the same character.]],
}
newAchievement{
name = "Orbituary", id = "ABASHED_EXPANSE",
show = "name",
desc = [[Stabilized the Abashed Expanse to maintain it in orbit.]],
}
......@@ -37,6 +37,7 @@ on_status_change = function(self, who, status, sub)
if sub then
if self:isCompleted("abashed") then
who:setQuestStatus(self.id, engine.Quest.DONE)
world:grantAchievement("ABASHED_EXPANSE", who)
who:grantQuest(who.archmage_race_start_quest)
end
end
......
......@@ -41,6 +41,7 @@ newEntity{ base="BASE_NPC_LOSGOROTH", define_as = "SPACIAL_DISTURBANCE",
size_category = 4,
infravision = 10,
instakill_immune = 1,
can_pass = {pass_void=0},
body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1 },
resolvers.drops{chance=100, nb=1, {defined="VOID_STAR"} },
......
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