diff --git a/data-otservbr-global/npc/angus.lua b/data-otservbr-global/npc/angus.lua index 844757d3ae4..d998ee6d706 100644 --- a/data-otservbr-global/npc/angus.lua +++ b/data-otservbr-global/npc/angus.lua @@ -504,7 +504,13 @@ local function creatureSayCallback(npc, creature, type, message) -- Rune Writings -- Ectoplasm elseif npcHandler:getTopic(playerId) == 27 then - npcHandler:say("Fine. The society is looking for new means to travel. Some of our most brilliant minds have some theories about astral travel that they want to research further ...", "Therefore we need you to collect some ectoplasm from the corpse of a ghost. We will supply you with a collector that you can use on the body of a slain ghost ...", "Do you think you are ready for that mission?", npc, creature) + npcHandler:say( + "Fine. The society is looking for new means to travel. Some of our most brilliant minds have some theories about astral travel that they want to research further ...", + "Therefore we need you to collect some ectoplasm from the corpse of a ghost. We will supply you with a collector that you can use on the body of a slain ghost ...", + "Do you think you are ready for that mission?", + npc, + creature + ) npcHandler:setTopic(playerId, 28) elseif npcHandler:getTopic(playerId) == 28 then npcHandler:say("Good! Take this container and use it on a ghost that was recently slain. Return with the collected ectoplasm and hand me that container ...", npc, creature)