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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@4221 51575b47-30f0-44d4-a5cc-537603b46e54
parent 22f5686f
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ next_combat = function(self)
self:add_foe(true, false, 4)
else
local spot = game.level:pickSpot{type="quest", subtype="sealed-gate"}
local g = game.zone:makeEntityByName(game.level, "terrain", "OPEN_GATE")
local g = game.zone:makeEntityByName(game.level, "terrain", "COBBLESTONE")
game.zone:addEntity(game.level, g, "terrain", spot.x, spot.y)
local p = game.party:findMember{main=true}
......
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