remove pump test scenario

Does not do anything and the pump is sufficiently tested in the power test.
objectmenu
Maikel de Vries 2016-01-20 19:23:12 +01:00
parent 7538a5bd12
commit ac122e4aa3
3 changed files with 0 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -1,8 +0,0 @@
[Head]
Title=Pumps
[Landscape]
MapWidth=20
[Weather]
Climate=0,0,0,0

View File

@ -1,13 +0,0 @@
func InitializePlayer(int plr)
{
CreateObjectAbove(Flagpole, 100,200, plr);
CreateObjectAbove(SteamEngine, 50,200, plr);
CreateObjectAbove(Pump, 130,200, plr);
GetCrew(plr)->CreateContents(Pipe);
GetCrew(plr)->CreateContents(Pipe);
GetCrew(plr)->CreateContents(Shovel);
GetCrew(plr)->CreateContents(Coal, 10);
GetCrew(plr)->SetPosition(130,190);
return true;
}