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

The Possessed correctly drops an artifact

git-svn-id: http://svn.net-core.org/repos/t-engine4@6723 51575b47-30f0-44d4-a5cc-537603b46e54
parent a9b6550d
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,6 @@ newEntity{ base = "BASE_NPC_THIEF", define_as = "THE_POSSESSED",
equipment = resolvers.equip{
{type="weapon", subtype="dagger", defined="UNERRING_SCALPEL", random_art_replace={chance=75}, autoreq=true},
{type="weapon", subtype="dagger", forbid_power_source={antimagic=true}, autoreq=true},
{type="armor", subtype="light", forbid_power_source={antimagic=true}, autoreq=true},
},
resolvers.drops{chance=100, nb=3, {tome_drops="boss"} },
......
......@@ -18,6 +18,7 @@
-- darkgod@te4.org
local layout = game.state:alternateZone(short_name, {"HIDEOUT", 2})
layout="HIDEOUT"
local is_hideout = layout == "HIDEOUT"
return {
......
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