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

Fix the brotherhood quest

git-svn-id: http://svn.net-core.org/repos/t-engine4@3122 51575b47-30f0-44d4-a5cc-537603b46e54
parent 6c771e3f
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ end
--called in the on_die functions of ingredient-dropping monsters to determine if they should really drop their ingredient
need_part = function(self, player, ingredient, monster)
if self:isEnded() then return end
if not player or game.party:hasMember(player) then return end
local list = self.needed_ingredients
local needed = false
local ing_list = mod.class.Object:loadList("/data/general/objects/elixir-ingredients.lua")
......
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