[1.0.5] Spoiler Ambush
Posted: Mon Dec 02, 2013 11:55 am
Line 25 of the staff-absorption quest is wrong.
Replace
if self:isCompleted("ambush") then
With
if self:isCompleted("ambush") then and not self:isCompleted("ambush-finished")
Replace
if self:isCompleted("ambush") then
With
if self:isCompleted("ambush") then and not self:isCompleted("ambush-finished")