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

Summons can not be permastuck in the Fearscape

git-svn-id: http://svn.net-core.org/repos/t-engine4@3898 51575b47-30f0-44d4-a5cc-537603b46e54
parent 41d7bd82
No related branches found
No related tags found
No related merge requests found
......@@ -265,6 +265,11 @@ newTalent{
end
end
-- Remove all npcs in the fearscape
for uid, e in pairs(oldlevel.entities) do
if e ~= self and e ~= p.target then e:die() end
end
-- Reload MOs
game.level.map:redisplay()
......
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