adapt clonkomotive scenario to new locomotive

install-platforms
Maikel de Vries 2017-07-04 09:00:16 +02:00
parent 1775684038
commit 50221615b8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ public func Intro_Start()
{
var train = FindObject(Find_ID(Locomotive));
train->CreateContents(Coal, 2)->SetCon(20);
train->CreateContents(Barrel)->PutLiquid("Water", 300);
train->PutLiquid(Water, 300);
train->ContainedRight();
return ScheduleNext(4);
}