Skip to content
Snippets Groups Projects
Commit 7ed76fd1 authored by dg's avatar dg
Browse files

Fix mage apprentice quest for archmages

git-svn-id: http://svn.net-core.org/repos/t-engine4@3119 51575b47-30f0-44d4-a5cc-537603b46e54
parent 45575fd6
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ end
ring_gift = function(self, player)
if player:hasQuest("antimagic") and not player:hasQuest("antimagic"):isEnded() then player:setQuestStatus("antimagic", engine.Quest.FAILED) end -- Fail antimagic quest
local o = game.zone:makeEntity(game.level, "object", {type="jewelry", subtype="ring", force_ego={"RING_ARCANE_POWER","RING_BURNING","RING_FREEZING","RING_SHOCK","RING_MAGIC"}}, player.level + 3, true)
local o = game.zone:makeEntity(game.level, "object", {type="jewelry", subtype="ring", tome_drops="boss"}, player.level + 5, true)
if o then
o:identify(true)
player:addObject(player.INVEN_INVEN, o)
......
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