Skip to content

Commit

Permalink
Forgot fixing something in the stairs map.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertram25 committed Apr 3, 2014
1 parent a5b04f5 commit 9481655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dat/maps/mt_elbrus/mt_elbrus_shrine_stairs_script.lua
Expand Up @@ -79,8 +79,8 @@ function _CreateCharacters()
hero:SetDirection(vt_map.MapMode.SOUTH);
hero:SetPosition(x_position, y_position);
elseif (GlobalManager:GetPreviousLocation() == "from_shrine_2nd_floor") then
hero:SetDirection(vt_map.MapMode.WEST);
hero:SetPosition(42.0, 38.0);
hero:SetDirection(vt_map.MapMode.NE_EAST);
hero:SetPosition(57.0, 38.0);
end

Map:AddGroundObject(hero);
Expand Down Expand Up @@ -263,7 +263,7 @@ function _CheckZones()
hero:SetDirection(vt_map.MapMode.WEST);
EventManager:StartEvent("to mountain shrine 1st floor");
elseif (to_shrine_2nd_floor_zone:IsCameraEntering() == true) then
hero:SetMoving(false);
hero:SetDirection(vt_map.MapMode.EAST);
EventManager:StartEvent("to mountain shrine 2nd floor");
end
end
Expand Down

0 comments on commit 9481655

Please sign in to comment.