fix AI scaling on ladders

alut-include-path
Maikel de Vries 2017-01-05 21:05:28 +01:00
parent 1ad0cb7cab
commit 948ef66723
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ private func ExecuteStand(fx)
{
//Message("Stand");
SetCommand("None");
if (GetProcedure() == "SCALE")
if (GetProcedure() == "SCALE" || GetAction() == "Climb")
{
var tx;
if (fx.target) tx = fx.target->GetX() - GetX();