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

oozemancers can talk to Myssil directly

git-svn-id: http://svn.net-core.org/repos/t-engine4@6554 51575b47-30f0-44d4-a5cc-537603b46e54
parent be9279eb
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
-- darkgod@te4.org
local p = game.party:findMember{main=true}
if not p:isQuestStatus("antimagic", engine.Quest.DONE) then
if not p:attr("forbid_arcane") or p:attr("forbid_arcane") < 2 then
newChat{ id="welcome",
text = [[#LIGHT_GREEN#*A Halfling woman stands before you, clad in dark steel plate.*#WHITE#
Take the test, and then we can talk.]],
......
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