Fix a few minor things which were broken by the merge

stable-5.2
Armin Burgmeier 2010-01-04 02:42:10 +01:00
parent 9326b94adb
commit b7aa7ea5e3
3 changed files with 3 additions and 0 deletions

View File

@ -784,6 +784,7 @@ Jump = {
NextAction = "Hold",
InLiquidAction = "Swim",
PhaseCall = "CheckStuck",
Animation = "Jump",
},
KneelDown = {
Prototype = Action,

View File

@ -87,3 +87,4 @@ NextAction = "Work",
EndCall = "ConsumeFuel",
}, }, def);
SetProperty("Name", "$Name$", def);
}

View File

@ -38,3 +38,4 @@ NextAction = "Turn",
//Animation = "Turn",
}, }, def);
SetProperty("Name", "$Name$", def);
}