Skip to content

Commit

Permalink
Lua code format - (Stylua)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 4, 2024
1 parent 771f9af commit 182b1c8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data-otservbr-global/npc/angus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 182b1c8

Please sign in to comment.