Skip to content
Snippets Groups Projects
Commit b8aef8ff authored by DarkGod's avatar DarkGod
Browse files

Fortress quest is given upon inserting the rod even if it was somehow missed

parent 40b569c0
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ It looks like the horrors you fought when coming inside, only less degenerated.
The thing looks roughly humanoid, but it has no head and its limbs look like tentacles. It does not seem hostile.#WHITE#*]],
answers = {
{"[Leave the orb alone]", action=function(npc, player)
if not player:hasQuest("shertul-fortress") then player:grantQuest("shertul-fortress") end
player:hasQuest("shertul-fortress"):spawn_butler()
end,},
}
......
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