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

Fix Celia being brought to the Fearscape

git-svn-id: http://svn.net-core.org/repos/t-engine4@4401 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0cebbda8
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ newEntity{ define_as = "CELIA",
resolvers.inscriptions(1, {"manasurge rune"}),
on_takehit = function(self, val)
if not game.zone.open_all_coffins then return val end
self.on_takehit = nil
game.zone.open_all_coffins(game.player, self)
return val
......
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